Exceptions¶
- exception LeasePoolNotStartedError[source]¶
Bases:
LeasePoolErrorRaised when the manager has not been started.
Bases:
LeasePoolErrorRaised when no executor can be acquired.
- exception LeaseExpiredError[source]¶
Bases:
LeasePoolErrorRaised when a lease has expired or has been revoked.
- exception UnsupportedBackendError[source]¶
Bases:
LeasePoolErrorRaised when the selected executor backend is unavailable.