engineyard / engineyard/scaley
Spike: Scale servers concurrently
Open
enhancement
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
While the "Individual" scaling strategy only ever acts on a single server, the "Legion" strategy acts on *all* applicable servers.
At present, this is an iterative process that turns those servers on/off one-by-one, which can take a significant amount of time.
To that end, we should consider running those start/stop processes concurrently and waiting for the operation group to finish.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.