Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable Lambda token refresh to prevent runner recovery deadlocks
- Set enable_lambda_token_refresh = true in default.auto.tfvars - Add ec2:CreateNetworkInterface/DescribeNetworkInterfaces/DeleteNetworkInterface to Lambda IAM policy (required for VPC-attached Lambda functions) Lambda refreshes GitHub Actions registration token every 30 minutes. Prevents deadlock when all runners die simultaneously and token expires before ECS can restart tasks.
- Loading branch information