How to prevent long running Celery task from losing connection to Celery broker and result backend?
I’m currently in the process of developing a Flask application that utilizes Celery with RabbitMQ as the broker and a PostgreSQL database as the result backend.
How to prevent connection from closing to PostgreSQL database and Celery broker?
I’m currently in the process of developing a Flask application that utilizes Celery with RabbitMQ as the broker and a PostgreSQL database as the result backend.