recorder: RTDS tape silo — hour-rotated gzip segments on a Fly volume

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jaxperro
2026-07-17 12:53:50 -04:00
parent e089e17969
commit 3a3e366de5
3 changed files with 164 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# wwf-recorder — RTDS tape (recorder/recorder.py). Own app + volume so bot
# deploys never gap the tape. No http_service (gotcha 15).
app = "wwf-recorder"
primary_region = "arn"
[build]
dockerfile = "recorder/fly.Dockerfile"
[[mounts]]
source = "tape"
destination = "/data"
[[restart]]
policy = "always"
[[vm]]
size = "shared-cpu-1x"
memory = "256mb"