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.
Updated by Evgeny Novikov over 3 years ago
- Blocks Bug #10784: Klever fails with "identifier: Ensure this field has no more than 255 characters." added
Updated by Evgeny Novikov over 3 years ago
- Status changed from New to Rejected
- Assignee deleted (
Evgeny Novikov)
The short answer for the given issue is that yes, it is not possible to show some Core exceptions nicely in Bridge. If you are interested in details, please, refer to the extended explanation that I did in d1b1661e0.
Actions