Open Volpym opened 4 years ago
@Volpym did you end up figuring out what was causing this? I'm running into the same thing.
@agamrp unfortunately no.
@agamrp unfortunately no.
@Volpym Thanks for getting back to me, if you don't mind me asking, did you end up using something else besides dramatiq for your use case?
@agamrp unfortunately no.
@Volpym Thanks for getting back to me, if you don't mind me asking, did you end up using something else besides dramatiq for your use case?
@agamrp Due to lack of time, I had to use another module (not sure if I'm allowed to share its name but with a google search you will find it).
In case someone still have this problem.
Try to use the latest version. These two lines should fix it. https://github.com/Bogdanp/django_dramatiq/blob/v0.10.0/django_dramatiq/middleware.py#L68-L69
also mentioned: https://github.com/Bogdanp/django_dramatiq/issues/76 ?
Hi!
I have 5 tasks that run periodically (using periodiq) and each time they these are executed they open a new connection to the database.
Already tried the middleware ordering showcased on issue #76.
Thank you in advance