Actions
action #34285
closedaction #34042: [tools] Worker goes to infinite loop during upload of screenshots in case of writing failure
Add retry limit on the worker for errors related to job handling
Start date:
2018-04-05
Due date:
% Done:
0%
Estimated time:
Description
Currently if a worker failed to execute an operation, if the IOLoop doesn't hangs, the worker will keep looping forever (See parent task)
AC1: Worker should retry X ammount of times, and then stop working, until it is restarted or reloaded.
AC2: On the WebUI the worker instance should be seen as offline.
Updated by okurz almost 5 years ago
- Status changed from New to Resolved
- Assignee set to okurz
this works in the meantime and also we improved the proper shutdown of worker and also the handling of web UI being down for some minutes when we reconnect, see https://github.com/os-autoinst/openQA/pull/2895
Actions