mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
673f3d59de
The check_batch_cost_job runs on a 10-40s interval and sets batch_processed=True after sending the S3 callback. 30s (6×5s) wasn't enough margin; 50s (10×5s) covers the worst-case poll interval plus processing time, while still being 3.6x faster than the original 180s. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>