forked from wangziqi/gongxue-base
chore: gate production postgres tuning and taro handoff
This commit is contained in:
@@ -20,6 +20,18 @@ const gateChecks = [
|
||||
commandIncludes: 'readiness:production:db',
|
||||
summary: { blocker: 0 },
|
||||
},
|
||||
{
|
||||
id: 'postgres.tuning-evidence',
|
||||
label: 'PostgreSQL 4c16g tuning evidence',
|
||||
commandIncludes: 'perf:postgres:evidence',
|
||||
summary: {
|
||||
status: 'pass',
|
||||
profile: { oneOf: ['shared-host', 'dedicated-db'] },
|
||||
failures: 0,
|
||||
pgStatStatementsAvailable: true,
|
||||
pendingRestart: 0,
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 'auth.remote-smoke',
|
||||
label: 'Remote Supabase Auth/JWKS smoke',
|
||||
|
||||
Reference in New Issue
Block a user