Skip to main content

prefect.server.services.pause_expirations

The FailExpiredPauses service. Responsible for putting Paused flow runs in a Failed state if they are not resumed on time.

Functions

fail_expired_pause

Mark a single expired paused flow run as failed (docket task).

monitor_expired_pauses

Monitor for expired paused flow runs and schedule failure tasks.