This repository contains examples with configuration and approaches to successfully run Celery on AWS ECS.
Run examples with docker-compose:
$ docker-compose up --build -dOpen web app localhost:8004
You can trigger the jobs by clicking on links.
Check worker logs:
$ docker-compose logs -f workerRun multiple workers:
$ export WORKER_REPLICAS=3
$ docker-compose up --build -d