Closed davidplowman closed 11 months ago
Waiting for a "job" to finish lets you specify a timeout. A TimeoutError is raised if the timeout occurs. Note that this doesn't "cancel" the job in any way.
You can also pas a timeout of zero simply to poll for whether the job has completed.
Waiting for a "job" to finish lets you specify a timeout. A TimeoutError is raised if the timeout occurs. Note that this doesn't "cancel" the job in any way.
You can also pas a timeout of zero simply to poll for whether the job has completed.