perf: move blocking homepage and hash I/O off loop
Quality Gate / gate (push) Failing after 47s

Co-authored-by: Copilot App <[email protected]>
This commit is contained in:
Jim Lancaster
2026-08-23 18:41:01 -05:00
co-authored by Copilot App
parent 2093eb6fb3
commit 3873810022
9 changed files with 43 additions and 12 deletions
+1
View File
@@ -170,6 +170,7 @@ class TestWorkerReliabilitySettings:
assert settings.worker_stale_job_seconds == 30.0
assert settings.worker_retry_backoff_seconds == 1.0
assert settings.worker_shutdown_grace_seconds == 5.0
assert settings.worker_poll_interval_seconds == 1.0
def test_provider_timeout_is_not_capped_at_twenty_seconds():