feat: run stale-job recovery periodically

Co-authored-by: Copilot App <[email protected]>
This commit is contained in:
Jim Lancaster
2026-08-23 18:28:21 -05:00
co-authored by Copilot App
parent 736d0c06f4
commit f193b2800b
7 changed files with 63 additions and 3 deletions
+1
View File
@@ -167,6 +167,7 @@ class TestWorkerReliabilitySettings:
"""worker retry settings default to no retries."""
settings = _make_settings()
assert settings.worker_max_retries == 0
assert settings.worker_stale_job_seconds == 30.0
def test_provider_timeout_is_not_capped_at_twenty_seconds():