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
Calling job.deregister_job() with a non-existent job-id does not raise an error.
Seems like it might actually be an issue with the Nomad API not responding to that with a 404, since it looks like that should be handled by the request code in this library, has anyone else seen this?
The text was updated successfully, but these errors were encountered:
valenvb
changed the title
deregister_job does not throw URLNotFoundNomadException
deregister_job does not raise URLNotFoundNomadException
Mar 24, 2021
Calling
job.deregister_job()
with a non-existent job-id does not raise an error.Seems like it might actually be an issue with the Nomad API not responding to that with a
404
, since it looks like that should be handled by the request code in this library, has anyone else seen this?The text was updated successfully, but these errors were encountered: