Version of gem is >=7.0.0.beta15
I first tried to enable LUA reaper - it reaps running jobs. I have lock: until_executed, as soon as the jobs starts being processed by some worker, it's digest get's reaped. So with reaper enabled, i see Execution successfully returned 1 in the logs and the digest is gone.
Than i tried ruby reaper - i have just couple of jobs running (but they run very long, like 30 minutes each) - until no job is running, all is fine, but once some job gets executed is see only Execution timed out in the logs - it doesn't reap running jobs but most likely because of that timeout.
Version of gem is >=7.0.0.beta15
I first tried to enable LUA reaper - it reaps running jobs. I have
lock: until_executed, as soon as the jobs starts being processed by some worker, it's digest get's reaped. So with reaper enabled, i seeExecution successfully returned 1in the logs and the digest is gone.Than i tried ruby reaper - i have just couple of jobs running (but they run very long, like 30 minutes each) - until no job is running, all is fine, but once some job gets executed is see only
Execution timed outin the logs - it doesn't reap running jobs but most likely because of that timeout.