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

SlurmProvider does not ask for status of completed jobs, then issues a warning when it does not get status #3488

Open
benclifford opened this issue Jun 13, 2024 · 0 comments
Labels

Comments

@benclifford
Copy link
Collaborator

the slurm provider avoids asking for the status of completed jobs:

[jid for jid, job in self.resources.items() if not job['status'].terminal]

but then issues a warning (previously a DEBUG level warning, before #3422) when it does not receive status for a job stored in self.resources that it did not get a status for:

logger.warning("Updating missing job {} to completed status".format(missing_job))

This warning is misleading and unnecessarily alarming.

Maybe the list for jobs that were missing from the status report should start the same as the list the provider actually asked.

@benclifford benclifford changed the title slurm provider does not ask for status of completed jobs, then issues a warning when it does not get status SlurmProvider does not ask for status of completed jobs, then issues a warning when it does not get status Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant