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
It is possible for tasks to present adversarial behaviour. This can take the form of workers that consistently exceed their processing deadlines, or never update a task's status.
Create a misbehaving worker that exceeds processing deadlines and never updates task status.
Use this worker to handle a task backlog of a few thousand tasks
Questions to answer:
Does taskbroker get 'stuck' as long running tasks accumulate in sqlite?
Do these missed task updates show up in our metrics or logs?
The text was updated successfully, but these errors were encountered:
It is possible for tasks to present adversarial behaviour. This can take the form of workers that consistently exceed their processing deadlines, or never update a task's status.
Questions to answer:
The text was updated successfully, but these errors were encountered: