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
When emptying all the jobs on a queue from the dashboard, we should make sure we remove only those that were there when the button was pressed, in case the cleaning job is executed late.
To do that we should add a condition on the job IDs (lower or equal than an ObjectId() generated from the dashboard rest API)
The text was updated successfully, but these errors were encountered:
When emptying all the jobs on a queue from the dashboard, we should make sure we remove only those that were there when the button was pressed, in case the cleaning job is executed late.
To do that we should add a condition on the job IDs (lower or equal than an
ObjectId()
generated from the dashboard rest API)The text was updated successfully, but these errors were encountered: