Add retry logic for transient connection failures in benchmark.py
- Add post_with_retry() function with 10 attempts, 5s delay - Catches ConnectionError, Timeout, OSError (includes DNS failures) - Prevents flaky CI failures due to service startup race conditions
Loading
Please sign in to comment