generated from john/python-template
fix: derive worker shutdown wait from timeout budget
Co-authored-by: Copilot App <[email protected]>
This commit is contained in:
co-authored by
Copilot App
parent
86cdb4035c
commit
f9261a1af3
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user