Exceptions

exception LeasePoolError[source]

Bases: Exception

Base exception for leasepool.

exception LeasePoolNotStartedError[source]

Bases: LeasePoolError

Raised when the manager has not been started.

exception LeaseUnavailableError[source]

Bases: LeasePoolError

Raised when no executor can be acquired.

exception LeaseExpiredError[source]

Bases: LeasePoolError

Raised when a lease has expired or has been revoked.

exception UnsupportedBackendError[source]

Bases: LeasePoolError

Raised when the selected executor backend is unavailable.