django-celery icon indicating copy to clipboard operation
django-celery copied to clipboard

Support celerycam for reconnecting db connenction if db connection is lost accidentally

Open jxltom opened this issue 6 years ago • 0 comments

Currently if the database is not stable and connection is lost, celerycam can not reconnect db connection automatically and it can not work properly anymore. The error connection already closed will always be raised.

This PR supports to automatically reconnect db connection for celerycam if db connection is lost.

jxltom avatar Jul 06 '18 03:07 jxltom