prop/config
Graham McIntire 664f1353db Decouple propagation_scores pruning from the compute worker
Pruning used to only run at the end of a successful PropagationGridWorker
pass, so a stretch of failed compute jobs (k8s OOM kills, SIGTERM)
stopped prune from running and let the table accumulate ~5h of stale
rows. A dedicated PropagationPruneWorker now runs every 15 minutes on
its own Oban cron, and PropagationGridWorker also calls prune_old_scores
at the start of each run as a second safety net. Bumped the delete
timeout from 2m to 5m so the first catch-up pass has enough headroom.
2026-04-09 12:30:10 -05:00
..
config.exs Decouple propagation_scores pruning from the compute worker 2026-04-09 12:30:10 -05:00
dev.exs Decouple propagation_scores pruning from the compute worker 2026-04-09 12:30:10 -05:00
prod.exs Configure outbound SMTP email via Swoosh with TLS 2026-04-02 13:08:50 -05:00
runtime.exs Decouple propagation_scores pruning from the compute worker 2026-04-09 12:30:10 -05:00
test.exs Add password auth with callsign + email confirmation 2026-04-08 10:21:40 -05:00