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

Bugfix robust slurm queue read #15

Merged
merged 2 commits into from
Dec 6, 2024
Merged

Conversation

fjclark
Copy link
Collaborator

@fjclark fjclark commented Dec 6, 2024

Description

Closes #14. All jobs in the slurm queue were assumed to be pending or running. This caused problems when completed jobs remained in the queue.

Now, only running, pending, suspended, and completing jobs are read from the slurm queue.

Read only running, pending, completing, and suspended jobs
(and not completed/ failed jobs, as all jobs returned are
assumed to be incomplete).
@fjclark fjclark merged commit 95f61d2 into main Dec 6, 2024
@fjclark fjclark deleted the bugfix-robust-slurm-queue-read branch December 6, 2024 13:32
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.

SLURM jobs tracking issue
1 participant