Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete container objects when the server is shutting down
Before this, when #stop_worker was called, we would attempt to scale the deployment. This would work if we had a different number (or zero) workers configured in the settings, but we don't shut workers down like that when shutting down the server to preserve the user's settings for the next startup. This resulted in worker pods not exiting when the orchestrator pod stopped and much confusion when the next orchestrator started up.
- Loading branch information