Class peagen.errors.NoWorkerAvailableError
peagen.errors.NoWorkerAvailableError
NoWorkerAvailableError(pool, action)
Bases: SchedulerError
Raised when no worker supports the requested action in the pool.
Source code in peagen/errors.py
154 155 156 157 158 |
|
pool
instance-attribute
pool = pool
action
instance-attribute
action = action