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
The overseer listens for job and worker events and notifies the manager. But it seems that sometimes, somehow, job events are lost. For example, some archive jobs seem to go forever but the new bucket is created and the callback is never called. It may make sense to have a periodic tasks (run by assistant) that checks jobs, including session jobs, and call AsyncResult on it get it's status etc.
The text was updated successfully, but these errors were encountered:
The
overseer
listens for job and worker events and notifies the manager. But it seems that sometimes, somehow, job events are lost. For example, somearchive
jobs seem to go forever but the new bucket is created and the callback is never called. It may make sense to have a periodic tasks (run byassistant
) that checks jobs, includingsession
jobs, and callAsyncResult
on it get it's status etc.The text was updated successfully, but these errors were encountered: