Skip to content

mdukat/simple-celery-rabbitmq-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very simple RabbitMQ + Celery implementation

A very simple RabbitMQ + Celery implementation in Python 3.10, inspired by tests4geeks. Modified to use Python 3 and docker, and use AsyncResult method.

Run containers

docker-compose up -d

Start task - Synchronous

python3 -m test_celery.run_tasks

Start task - Asynchronous

python3 -m test_celery.run_tasks_async

RabbitMQ Management Panel

RabbitMQ Management Panel is running on http://localhost:15672/. User: user, password: password, as defined in docker-compose.yml.

Links used to create this example:

About

Very simple Celery + RabbitMQ example in Python 3.10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published