fix: derive worker shutdown wait from timeout budget

Co-authored-by: Copilot App <[email protected]>
This commit is contained in:
Jim Lancaster
2026-08-23 18:32:40 -05:00
co-authored by Copilot App
parent 86cdb4035c
commit f9261a1af3
8 changed files with 28 additions and 1 deletions
+1
View File
@@ -169,6 +169,7 @@ class TestWorkerReliabilitySettings:
assert settings.worker_max_retries == 0
assert settings.worker_stale_job_seconds == 30.0
assert settings.worker_retry_backoff_seconds == 1.0
assert settings.worker_shutdown_grace_seconds == 5.0
def test_provider_timeout_is_not_capped_at_twenty_seconds():