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
- Set runtimePlatform to ARM64/LINUX on Fargate task definition to match
the agent Dockerfile's linux/arm64 target platform
- Pass individual env vars (REPO_URL, TASK_DESCRIPTION, etc.) to the
container instead of a single TASK_PAYLOAD JSON blob, matching what
the agent entrypoint.py get_config() expects
- Fix HandleError to always reload task from DynamoDB for current status
instead of using stale state from the SFN input, and handle Error/Cause
nested under $.error from the catch path
0 commit comments