mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-21 07:08:11 +08:00
The sentinel saves a statistic to the cache provider just before forking the workers. If this cache provider is a database backend, the connection stays open and gets forked and it crashes. Solution is to close any db connection before forking.