-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pipeline: use non-blocking acquire in semaphore
Our dumb local semaphore has been showing a deadlock in staging. I can't reproduce locally neither understand the reason. In this commit, I change the activity so it uses the non-blocking version of the acquire method. As a result, the activity will be executed more frequently (every two seconds). I can't see how that is going to help but I'm running out of ideas. We still aim to deal with proper resource usage management using monitoring workflows but we haven't gotten to that just yet.
- Loading branch information
Showing
3 changed files
with
8 additions
and
6 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
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
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