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
If status is `rewriting`, update payload via `PUT /api/sessions/:id/payload` and wait again.
94
+
- In Docker (`GOG_ACCOUNT` set): run ONE curl per exec call, check result in your context, then poll again. Do NOT use a bash while loop. You are the loop controller.
95
+
- In non-Docker: the `/wait` call blocks until state changes, then process the result.
96
+
97
+
If status is `rewriting`, update payload via `PUT /api/sessions/:id/payload` and poll again.
0 commit comments