-
Notifications
You must be signed in to change notification settings - Fork 4
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
Job Not Found Error #93
Comments
…it for the job to complete before moving onto the next step. An OK workaround for this: NERSC/sfapi_client#93
@davramov Sorry that you are running into this issue. I believe this is related to a change make to the underlying SF API, to do with caching of job status. While the issues related to this are resolved I will cut a release that passes the appropriate parameter when fetching the job status to ask SLURM directly, this should resolve the problem for you. |
@davramov |
@cjh1 Thanks Chris, I appreciate it. Things seem to be working on my end now. |
I am encountering an issue where
submit_job()
raises a Job Not Found error, even though job IDs are generated, successfully scheduled, and run on Perlmutter. This complicates an automated workflow I am developing where we need to wait for the results of one task before starting the next one.From my script
job_controller.py
:Error log from the exception:
It seems like this could arise from one of the
SfApiErrors
raised by thesubmit_job()
function defined insfapi_client/_sync/compute.py
The text was updated successfully, but these errors were encountered: