You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to have the ability to schedule a task group per DC rather than across DC.
Consider the below JobSpec, rather than scheduling event_handler_1 across region1 and region2 for a total of 3 instances nomad would schedule 3 event_handler_1's per region for a total of 6 instances.
We are evaluating nomad. We want to spread the tasks of a given job over 2 datacenters in order to insure business continuity (our DCs are not so far away so that's the same 'region' if you look at network-latency)
this #1423 request could solve our need. #1387 may add a new constraint (spread-over-dc ?)
The thread at #1990 seems to also seek the same goal.
I'm with Hashicorp when they state that bin packing is the way to go, but the spreading per DC and/or regions would be usefull for many people.
managing on nomad job per DC could work, but adds uneeded complexity
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
We would like to have the ability to schedule a task group per DC rather than across DC.
Consider the below JobSpec, rather than scheduling event_handler_1 across region1 and region2 for a total of 3 instances nomad would schedule 3 event_handler_1's per region for a total of 6 instances.
The text was updated successfully, but these errors were encountered: