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.
Actions