Refresh mechanism on multiple Fargate Task #263
Unanswered
andreas-trvlk
asked this question in
Q&A
Replies: 1 comment
-
It's a common issue with |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
For context, I have been developing a Spring Boot app that will read some properties from the Parameter Store and refresh them using
/actuator/refresh
endpoint. It was working fine so far. But, then I realized that in the production we will have multiple tasks. Executing the endpoint would definitely trigger only one task because they are regulated by a single Load Balancer.Is there any out-of-the-box solution that we can configure in order to resolve this multiple tasks problem?
Beta Was this translation helpful? Give feedback.
All reactions