services
cleanup_reconciler
The cleanup reconciler service. Handles cleanup message lease expiry.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
prefect.server.services.cleanup_reconcilerreconcile_cleanup_delivery reconcile_cleanup_delivery(cleanup_queue: WorkerCleanupQueue = Depends(_get_service_worker_cleanup_queue), perpetual: Perpetual = Perpetual(automatic=True, every=timedelta(seconds=get_current_settings().server.services.cleanup_reconciler.loop_seconds))) -> CleanupQueueLeaseExpiryResult
Was this page helpful?