prefect.server.models.work_queues

Functions for interacting with work queue ORM objects. Intended for internal use by the Prefect REST API.

Functions

is_last_polled_recent

is_last_polled_recent(last_polled: Optional[DateTime]) -> bool