mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-12 14:10:19 +08:00
fix(pool): isolate dynamic model quota buckets and 429 scheduling
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user