Actions
Bug #10874
closedklever.core.components.launch_queue_workers does not propagate worker exceptions when fail_tolerant is set to True
Start date:
07/02/2021
Due date:
% Done:
0%
Estimated time:
Detected in build:
git
Platform:
Published in build:
Description
For instance if some exception happens in klever.core.vtg.VTGWL.factory or in the sub-job constructor, it is logged but it is not shown in Bridge. In the latter case the whole job does not terminate since progress calculation misses information on failed sub-jobs. Hopefully, there is just a little code in these constructors and they do not fail usually.
Actions