FAIR-CA-indicators / fair-ca-indicators-backend

Apache License 2.0
0 stars 0 forks source link

Implement a queue system for tasks #5

Open Fancien opened 1 year ago

Fancien commented 1 year ago

Implement a RabbitMQ/Celery worker to handle running the automatic tasks in the background.

HesamKorki commented 1 year ago

we can use Redis as the message queue broker instead of RabbitMQ since Redis is already used in the project

Celery backed by Redis