dragon.workflows.batch.batch.SubmitAfterCloseError
- exception SubmitAfterCloseError[source]
Bases:
BatchErrorDeprecated compatibility exception for submitting work through a detached Batch client handle.
Historically this was raised after
Batch.close(). NowBatch.close()is deprecated and is a no-op, so this exception is raised when work is submitted afterBatch.join(),Batch.destroy(), orBatch.terminate()has detached the client from the shared runtime.