codeamp / circuit

CodeAmp API. Built with Golang, GraphQL, GORM and Socket-IO
Apache License 2.0
21 stars 6 forks source link

Allow scaling of services without redeploy #384

Open aballman opened 5 years ago

aballman commented 5 years ago

Currently, services need to be redeployed in order to scale the application. This should be able to be accomplished without having to redeploy the application.

Build functionality to scale services without a redeploy.