This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update fly.io config for firehose worker to ensure persistent connection

Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>

+6 -2
+3 -1
fly.development.toml
··· 36 36 37 37 [[vm]] 38 38 processes = ['firehose-worker'] 39 - memory = '256mb' 39 + memory = '512mb' 40 40 cpu_kind = 'shared' 41 41 cpus = 1 42 + auto_stop_machines = false 43 + min_machines_running = 1 42 44 43 45 [env] 44 46 NODE_ENV="dev"
+3 -1
fly.production.toml
··· 37 37 38 38 [[vm]] 39 39 processes = ['firehose-worker'] 40 - memory = '512mb' 40 + memory = '1gb' 41 41 cpu_kind = 'shared' 42 42 cpus = 1 43 + auto_stop_machines = false 44 + min_machines_running = 1 43 45 44 46 [env] 45 47 NODE_ENV="prod"