Class 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 |  | 
instance-attribute
  
pool = pool
instance-attribute
  
action = action