Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS CodePipeline queue

My pipeline has a few "static" resources (a few CloudFormation stacks). If the pipeline is running on several source changes in parallel, it leads to errors. is there an option to queue AWS CodePipeline executions, maybe lock the pipeline for only 1 execution at a time?

like image 414
Fyodor Chernogorsky Avatar asked Sep 13 '26 16:09

Fyodor Chernogorsky


1 Answers

Just put every action into one single stage. AWS CodePipeline limits stage executions to one by default.

like image 118
MaiKaY Avatar answered Sep 15 '26 07:09

MaiKaY



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!