An option to stop existing container before deploying new one. #3387
ck-euan
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My usecase is a basic NodeJS cron service running various tasks.
I noticed that during deployments it can take some time for the old container to be removed, (sometimes 20-30 secs)
I have a cron job that is running every minute, and so it is fairly likely that both the new and old containers will be running simultaneously and will both run that cron job causing duplicate actions.
Is there a way to stop this from happening?
Beta Was this translation helpful? Give feedback.
All reactions