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
ClientResponseError: Bad Gateway
File "cmd.py", line 81, in run_agent
await process_v2_scheduled_changes(loop, balrog_api_root, auth0_secrets)
File "cmd.py", line 68, in process_v2_scheduled_changes
resp = await client.request(balrog_api_root, endpoint, loop=loop, auth0_secrets=auth0_secrets)
File "balrogagent/client.py", line 55, in request
resp.raise_for_status()
File "aiohttp/client_reqrep.py", line 1129, in raise_for_status
raise ClientResponseError(
Encountered exception:
The text was updated successfully, but these errors were encountered:
The agent is calling /api/v2/releases to get all releases, then filtering it to those with scheduled changes. We could have an API endpoint that does the filtering server-side (v1 has /scheduled_changes/releases).
Sentry Issue: BALROG-PROD-AGENT-2
The text was updated successfully, but these errors were encountered: