fix(pool): isolate dynamic model quota buckets and 429 scheduling

This commit is contained in:
zhefox
2026-09-02 15:23:23 +08:00
parent 2cd20da1ec
commit dbbe7b22ab
37 changed files with 1491 additions and 78 deletions
@@ -8,6 +8,8 @@ use tracing::{error, info, warn};
use super::types::PendingBackfillInfo;
// Historical backfill manifests must remain available after they are applied;
// deployed databases retain their versions for startup compatibility checks.
static BACKFILL_MIGRATOR: Migrator = sqlx::migrate!("./backfills/postgres");
const SCHEMA_BACKFILLS_TABLE_EXISTS_SQL: &str =