mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
- Move format_epoch_iso8601 from queue/sqlite.rs to db.rs (single canonical location) - Change cancel() to return BatchJob instead of BatchStatus so callers get the full job without a second query - Pass batch_webhook_url directly to fire_webhook to avoid re-fetching the job - Remove is_openai_or_azure_backend (duplicate of is_batch_supported) - Replace magic literal 3 with DEFAULT_MAX_RETRIES constant Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>