Fix cron worker minute cadence (#324)

Replace drifting cron loops with persistent cadence-tracked workers and CI-verifiable Compose wiring.
This commit is contained in:
Jeppe B
2026-07-27 18:16:09 +02:00
committed by GitHub
parent 6e24718c1f
commit 8d8f0eccce
9 changed files with 156 additions and 24 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ services:
- redis
- mysql
- edge-broker
command: ["sh", "-c", "while true; do php index.php run cron; sleep 60; done"]
command: ["php", "index.php", "run", "cron-worker"]
env_file:
- .env.example
environment: