Replies: 1 comment
-
As long as the database is shared between application instances, all instances in all az/regions will compete for the tasks |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I have 3 regions in my AWS architecture:
Region A
Region B
Region C
In each of these regions, 3 instances of the application.
I would like one instance in each region to be able to perform a task.
What should my Sheduler configuration look like.
in my application.properties i have two property:
region - name of the aws region
instance - name of the instance in region
Database is shared between regions.
Beta Was this translation helpful? Give feedback.
All reactions