ended6월 23일· 1 sources

Cron jobs without Celery, Redis, or Beat: how Fitz puts a distributed scheduler inside the language

Why it matters

To run a task every 5 minutes in Python you need Celery + Redis + Celery Beat + a worker process + a dedicated Dockerfile. In Fitz it's a decorator. With retry, timezone, persistence, and catch-up ins...

1
Sources
+0
24h
Growth
5d
Active

Sources

Related Issues