ccao-data / actions

GitHub Actions for CCAO Data projects
0 stars 0 forks source link

Running multiple EC2 Batch jobs on the same branch fails #15

Closed dfsnow closed 5 months ago

dfsnow commented 6 months ago

Per this res model workflow run, it seems like running two EC2 runners on the same branch at the same time will fail. From a cursory look, it seems like Terraform tries to apply the desired_vcpus config for the second job, but cannot because the number of vCPUs gets dynamically allocated.

dfsnow commented 5 months ago

Closed by #17.