rhetprieto
rhetprieto
A potential solution could be using multiple queues so instead of sending the throttled work to the beginning of the current queue, we could send it to a lower priority...
> Was it because this was the first deployed service and the ALB wasn't there until the deployment? Yes, and in this scenario the ALB DNS name changes every time...
Thanks for your guidance @iamhopaul123. I'll give that a try.
+1 to this. My use case involves running a database migration. I'm not using the copilot pipelines; instead, I prefer to trigger the deployment operation through a GitHub Action. As...