You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deploy): wire agent-challenge api+worker to shared postgres
Mount the base_agent_challenge_database_url secret at
/run/secrets/base/database_url on BOTH the agent-challenge api and worker
and set CHALLENGE_DATABASE_URL_FILE so they share a Postgres backend
instead of a single-writer sqlite file (the multi-writer lock blocked POST
commits). Also carries the validator-role=master + openrouter key-file env
and pins IMAGE_AGENT_CHALLENGE to the new digest that ships asyncpg +
database_url_file support.
0 commit comments