You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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.The text was updated successfully, but these errors were encountered: