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:
parent
68f2b99cd3
commit
4be5159d21
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
runs as a **Scheduled Task**, not a system crontab:
|
||||||
|
|
||||||
- **Command:** `python import_tickets.py --from-bucket --apply`
|
- **Command:** `python import_tickets.py --from-bucket --apply`
|
||||||
- **Frequency:** `15 7-19 * * *` (`:15` past each hour, 07:00–19:00). If Coolify runs
|
- **Frequency:** `15 7-19 * * *` (`:15` past each hour, **07:15–19:15 EAT**). This
|
||||||
scheduled tasks in **UTC**, use `15 4-16 * * *` (EAT is UTC+3); if it exposes a
|
Coolify instance runs scheduled tasks in **EAT (Africa/Nairobi)**, so no UTC
|
||||||
per-task timezone, set `Africa/Nairobi` and keep `15 7-19 * * *`.
|
conversion is needed.
|
||||||
- **Env vars** (Coolify → Environment Variables): `DATABASE_URL` (internal DB host),
|
- **Env vars** (Coolify → Environment Variables): `DATABASE_URL` (internal DB host),
|
||||||
`RUSTFS_*`, `GEOCODER_*`.
|
`RUSTFS_*`, `GEOCODER_*`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue