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
{{ message }}
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
Actual behavior: The worker dies, because its error handler itself throws an error when trying to reset the job because it can't communicate with mongo
When this happens, that Qu instance's aggregation worker is effectively dead and will not process additional aggregations. This results in a buildup of aggregations until that Qu instance is restarted
Expected behavior:
The error handler should not throw an error, or, if it does, the worker should be restarted
The worker's currently processing job, at the time of failure, would get restarted when a) the worker is restarted and b) able to communicate with mongo successfully
The text was updated successfully, but these errors were encountered:
Actual behavior: The worker dies, because its error handler itself throws an error when trying to reset the job because it can't communicate with mongo
When this happens, that Qu instance's aggregation worker is effectively dead and will not process additional aggregations. This results in a buildup of aggregations until that Qu instance is restarted
Expected behavior:
The text was updated successfully, but these errors were encountered: