Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OpentofuWorker#stop_worker should delete the pod
OpentofuWorker is a ServiceWorker but also isn't scalable (aka it is a deployment-per-worker type). This means that when we want to stop an OpentofuWorker we have to delete the deployment, not simply scale the deployment.
- Loading branch information