Open
Description
Description
In my use case, I have an hourly cron job "9 * * * *" It takes 10 minutes to finish if the image is updated during the execution time then the command will be stopped and interrupted.
The request is to give the possibility to apply the updates only on the new runs and keep the old instances untouched.
Example:
- service started at 10:9 AM
- service got updated at 10:11 AM
then the command will stop and updates will be applied in the next run
Activity