From 4be5159d21d7b1ccc7a0026d4dc5698c0444afb8 Mon Sep 17 00:00:00 2001 From: david kiania Date: Mon, 15 Jun 2026 22:43:01 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20Coolify=20scheduled=20tasks=20run=20in?= =?UTF-8?q?=20EAT=20=E2=80=94=20cron=2015=207-19=20(no=20UTC=20shift)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e0fcd3..624db1f 100644 --- a/README.md +++ b/README.md @@ -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:00–19: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:15–19: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_*`.