-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix stall problem in pipeliner runner in environments with nice>0
This is fixing a stall problem in the pipeline runner, which was observed on systems (GRID), where the runner was launched with an increased nice value (>0). In this scenario, allocated resources per task were not correctly "un-accounted' and so the runner stalled at some moment since it couldn't find free resources. This commit is also adding some debugging mechanism with webhooks. Later integration into the standard logging system would be nice.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters