2 Commits

Author SHA1 Message Date
Mondo Diaz
996e3ee4ce Fix concurrent upload race conditions and bump dev resources
- Add IntegrityError handling for concurrent artifact creation
- Add IntegrityError handling for concurrent tag creation with retry
- Add with_for_update() lock on tag lookup to prevent races
- Add database pool config env vars to Helm deployment template
- Bump dev environment resources (256Mi -> 512Mi memory for all services)
- Increase database pool settings for dev (10 connections, 20 overflow)
2026-01-27 21:14:38 +00:00
Mondo Diaz
aa853b5b32 Use CI variable for stage admin password
- Remove Secrets Manager config from values-stage.yaml
- Pass STAGE_ADMIN_PASSWORD via --set in deploy_stage
- Consistent with feature branch approach

Single source of truth: STAGE_ADMIN_PASSWORD CI variable is used by
deploy, reset, and integration test jobs.
2026-01-27 20:36:21 +00:00

Diff Content Not Available