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
we always establish connections before job run lib/yeti_scheduler.rb:9-10
but maybe after the connection is broken due to network issues, it does not release properly and is being reused.
as solution, you can try to release the connection before establishing it (before line 9)
After database restart rufus scheduler failing jobs:
Looks like rufus doesn't try to restore database connections and jobs just failing every time.
possible solutions:
The text was updated successfully, but these errors were encountered: