Running multiple jobs in parallel? #135
Unanswered
arpadgabor
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
-
I'm not sure why the queue holds you up here. For me all three go immediately from queued to provisioning. Are you on us-east-1? Do you have other projects running at the same time? Maybe you're running out of some secondary resource like ENIs or IPs? Does CloudTrail have any hints? AWS Support might be better suited to help here. If you want to avoid the issue, you can try the Fargate provider instead. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, as the title suggests, is there any way to configure code build to run jobs in parallel? Seems like every job is run sequentially on CodeBuild side. Do we need to setup multiple providers and pass those in manually or are there any more automated ways?
Great project by the way, thanks for the work put into this!
Beta Was this translation helpful? Give feedback.
All reactions