generated from john/python-template
fix: gate retries by error category with backoff
Co-authored-by: Copilot App <[email protected]>
This commit is contained in:
co-authored by
Copilot App
parent
f193b2800b
commit
86cdb4035c
@@ -168,6 +168,7 @@ class TestWorkerReliabilitySettings:
|
||||
settings = _make_settings()
|
||||
assert settings.worker_max_retries == 0
|
||||
assert settings.worker_stale_job_seconds == 30.0
|
||||
assert settings.worker_retry_backoff_seconds == 1.0
|
||||
|
||||
|
||||
def test_provider_timeout_is_not_capped_at_twenty_seconds():
|
||||
|
||||
Reference in New Issue
Block a user