docs: Coolify scheduled tasks run in EAT — cron 15 7-19 (no UTC shift)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
david kiania 2026-06-15 22:43:01 +03:00
parent 68f2b99cd3
commit 4be5159d21

View file

@ -71,9 +71,9 @@ Coolify builds it and keeps the container alive (`CMD tail -f /dev/null`); the i
runs as a **Scheduled Task**, not a system crontab:
- **Command:** `python import_tickets.py --from-bucket --apply`
- **Frequency:** `15 7-19 * * *` (`:15` past each hour, 07:0019:00). If Coolify runs
scheduled tasks in **UTC**, use `15 4-16 * * *` (EAT is UTC+3); if it exposes a
per-task timezone, set `Africa/Nairobi` and keep `15 7-19 * * *`.
- **Frequency:** `15 7-19 * * *` (`:15` past each hour, **07:1519:15 EAT**). This
Coolify instance runs scheduled tasks in **EAT (Africa/Nairobi)**, so no UTC
conversion is needed.
- **Env vars** (Coolify → Environment Variables): `DATABASE_URL` (internal DB host),
`RUSTFS_*`, `GEOCODER_*`.