You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
the slurm provider avoids asking for the status of completed jobs:
parsl/parsl/providers/slurm/slurm.py
Line 169 in 8b45556
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:
parsl/parsl/providers/slurm/slurm.py
Line 208 in 8b45556
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.
The text was updated successfully, but these errors were encountered: