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
fix: guard periodic worker startup against supervisor failure
Only call ensure_started() for Oban workers after confirming the
supervisor started successfully, preventing cascading errors when
the endpoint or other children fail to start.
0 commit comments