Selwin Ong
Selwin Ong
I think the solution would be to configure bugsnag to ignore this exception. In addition, we can add logging statements around this area so users are aware of this. Mind...
My suggestion was simply to add logging statements so we are aware that this is happening.
Yeah, this sucks. But let's see how this plays out.
> A possible way could be to start testing if these can work as well as redis? It would be great if someone can experiment with this. For now, I...
Are you able to log commands sent to Redis and see if there’s anything abnormal in this period of high CPU usage? In addition, are you able to use htop...
Sorry for the delayed response, just left a minor comment.
Red ribbon would be awesome :)
When a `worker()` first starts, it already tries to [acquire scheduler locks](https://github.com/rq/rq/blob/master/rq/worker.py#L546) so in your case, the lock was probably still active when your workers started. Worker will periodically try...
1.16.1: pytest fails in `tests/test_sentry.py::TestSentry::test_failure_capture` and pytest warnings
Test dependencies are already defined in [pyproject.toml](https://github.com/rq/rq/blob/master/pyproject.toml#L80). Should I just delete `tox.ini`? I'm not familiar with tox.