Replies: 1 comment 1 reply
-
Hi! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
one service I have on ECS is called "workers", currently, all those workers listen to the same queue of tasks that we have. I have 3 replicas.
I want to do a change and make 2 of the machines listen to 1 queue and the other machine listen to a new queue.
What I need to to spin up 2 replicas with a different environment variables than the other machine. I want to avoid creating new service since there is just a lot of env variables and configs that I don't want to change.
Beta Was this translation helpful? Give feedback.
All reactions