Helumpago
Helumpago
I'm also running into this issue. Current workaround I'm using is to override the `live_server` fixture so that it is function scoped. Specifically, my `conftest.py` file contains the following: ```...
I think I'm seeing the same issue. I have a toy problem where I'm trying to generate a bunch of random numbers. I have a trivial task that just returns...
I tried @greuff's workaround (periodically re-trying `.get()`), and I'm getting identical results. As long as I call `res.successful()`, `res.failed()`, `res.waiting()`, `res.ready()`, or `res.completed_count()`, I get a valid result. Additionally, it...
I just switched to using memcached as my results backend. I haven't seen it hang yet.