Arsenii Velichko
Arsenii Velichko
I am encountering the same issue. I used an outdated version of Dramatiq before, but after reading #381 I updated it to version 1.14.2. I am also using Gevent version...
I have spent a lot of time debugging this issue and still could not find the cause. I had a hypothesis: SQLAlchemy was creating a new thread-local connection pool for...
@heatherKoo07 thank you for your effort, can you please describe a way to reliably reproduce this issue? I would like to test the solution, suggested by @Bogdanp [here](https://github.com/Bogdanp/dramatiq/pull/589#issuecomment-1794156447) Pasting it...
Hi, @h3nnn4n, I noticed, that the changes are not consistent with other parts of the project which also accept delays in milliseconds. timedelta should also be acceptable as: - actor's...