Django, Celery & Scaling - Prevent Multiple Cron Jobs to Run at the Same Time
Use-case: You have an application running in AWS Fargate. The task consists of:
app container
worker container
scheduler container
You also have a managed Redis instance (AWS ElastiCache). This way, you can run the task multiple times, scale it bas...
ikw.cz