Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix semaphore in parallel polling monitor #4927

Merged
merged 2 commits into from
Apr 19, 2024

Conversation

bentsherman
Copy link
Member

In #4228 I made some changes to ensure that executor.queueSize = 0 corresponds to no queue limit, and fixed a null reference error in the parallel polling monitor.

I made a small mistake which causes executor.queueSize = 0 to mean "limit jobs to zero" instead of "no limit". Setting this in AWS Batch will cause no jobs to run. This PR corrects the mistake.

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Copy link

netlify bot commented Apr 18, 2024

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 735fb8b
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/66224e94dfa55a00084d44f9

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@pditommaso pditommaso merged commit 5c37fcc into master Apr 19, 2024
21 checks passed
@pditommaso pditommaso deleted the fix-executor-queue-size-zero branch April 19, 2024 11:28
pditommaso added a commit that referenced this pull request May 28, 2024

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants