Closed bibendi closed 7 months ago
Hi there!
We should reset a job.opts[:failed] flag here https://github.com/yabeda-rb/yabeda-schked/blob/197e5f1e552258b8eb10af2b92e4dd8f45d277b2/lib/yabeda/schked.rb#L41C17-L41C17
job.opts[:failed]
The reason is when an error was fired for the first time, we are constantly getting errors on our dashboard. It resets only after a pod restarting.
Sorry, totally missed this issue! The fix has been released in 0.2.1
Thank you!
Hi there!
We should reset a
job.opts[:failed]
flag here https://github.com/yabeda-rb/yabeda-schked/blob/197e5f1e552258b8eb10af2b92e4dd8f45d277b2/lib/yabeda/schked.rb#L41C17-L41C17The reason is when an error was fired for the first time, we are constantly getting errors on our dashboard. It resets only after a pod restarting.