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

Ensure job is killed when exception in task status check #5561

Merged
merged 6 commits into from
Dec 13, 2024

Conversation

jorgee
Copy link
Contributor

@jorgee jorgee commented Dec 3, 2024

If there is some exception in the task status check code, notifyError is called and the job is removed from the running queue preventing to be killed when doing the cleanup at abort.

The modification ensures the job is killed when no controlled process failures are notified.

@jorgee jorgee linked an issue Dec 3, 2024 that may be closed by this pull request
Copy link

netlify bot commented Dec 3, 2024

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 85c9677
🔍 Latest deploy log https://app.netlify.com/sites/nextflow-docs-staging/deploys/675c11241393f900083e074a

@pditommaso
Copy link
Member

Depends on #5594

Signed-off-by: jorgee <[email protected]>
@jorgee jorgee requested a review from pditommaso December 13, 2024 10:49
@pditommaso pditommaso merged commit 9eefd20 into master Dec 13, 2024
21 checks passed
@pditommaso pditommaso deleted the 5516-awsbatch-error-500 branch December 13, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWSBatch Error 500
3 participants