Skip to content

Keep the command running until it finishes even if there was an update to the service. #270

Open
@osamaAbdullah

Description

@osamaAbdullah

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions