Skip to content

prefect.concurrency.v1.services

ConcurrencySlotAcquisitionServiceError

Bases: Exception

Raised when an error occurs while acquiring concurrency slots.

Source code in src/prefect/concurrency/v1/services.py
26
27
class ConcurrencySlotAcquisitionServiceError(Exception):
    """Raised when an error occurs while acquiring concurrency slots."""