2 minutes latency on worker send back result with celery, redis and rabbitMQ
What I have: I run celery with rabbitMQ as a broker and redis as the result backend. I have an app that sends tasks and workers that process the tasks. I deployed this as follow: The app, redis, rabbitMQ and…