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
batchspawner/batchspawner: .clear_state() if spawning fails
- The query_job_state change meant we don't call .poll() within the
.start() method anymore. .poll() would .clear_state() if the job
was not found.
- So old state was: .clear_state() was called if the spawn failed.
- Add in .clear_state() explicitely when spawning fails.
- I think that if there are exceptions in unexpected places, then
state will still not be cleared. It's no worse than before, so we
can leave it is-is for now.
0 commit comments