Skip to content

jangia/celery_ecs_example

Repository files navigation

Celery on AWS ECS examples

This repository contains examples with configuration and approaches to successfully run Celery on AWS ECS.

Running examples

Run examples with docker-compose:

$ docker-compose up --build -d

Open web app localhost:8004

You can trigger the jobs by clicking on links.

Check worker logs:

$ docker-compose logs -f worker

Run multiple workers:

$ export WORKER_REPLICAS=3
$ docker-compose up --build -d

About

Example configuration for Celery running on AWS ECS Fargate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published