Selwin Ong
Selwin Ong
@callluis mind fixing the tests so I can merge this in?
@callluis it may be related to the newly released RQ version. Please look at this comment https://github.com/rq/rq/issues/1893#issuecomment-1531602590
I'd welcome a PR to fix this issue :)
Mind fixing the conflict? @amks1
@amks1 the tests also need to pass before I can merge this in :)
It looks like the tests in master also fails, but what's weird is that tests seem to pass on Pythons 3.6, 3.10 and 3.11. ]\https://github.com/rq/rq-scheduler/actions/runs/4869468245/jobs/9248482531
Hi, sentinel support should be added to RQ itself so please open an issue there.
@moonrail PR welcome :)
Sorry, what's the use case for this?
@gabriels1234 sorry I just saw this. RQ actually provides a way to stop a job that's currently executing. https://python-rq.org/docs/jobs/#stopping-a-currently-executing-job My advice would be to add a button to send a...