Skip to content
Snippets Groups Projects
Commit 14977dec authored by Anusha Ranganathan's avatar Anusha Ranganathan
Browse files

Added note about gracefully shutting down

parent bbd56abb
Branches
Tags
No related merge requests found
Pipeline #8906 failed
......@@ -157,6 +157,12 @@ This will just stop all of the running containers created by `hd up`
Any background jobs running in the workers container and not having completed will fail, and will be re-tried when the container is restarted.
To gracefully shutdown the service, before stopping, you could make sure
* There are no background jobs running.
* If there are any running jobs and you don't want to wait, you can kill the job. The job will move to the dead tab, from where you can retry later, after restarting the service.
* There is no Create, Update and Delete activity happening in RDMS
### To deploy an update of the code
similar to the steps described above, to deploy an update of the code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment