Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating schedule on a container does not change it in the service #1

Open
smazurov opened this issue May 19, 2016 · 0 comments
Open

Comments

@smazurov
Copy link
Contributor

Description

When you change schedule on your cron container, instead of assigning it for the first time, it gets picked up, but because uuid does not change (i thought it would!), it does not update the schedule at which it runs in the cron service.

Steps to reproduce

  1. Assuming cron is running (in debug mode) and has registered a scheduled container
  2. Go to service with scheduled container and change the schedule to be more or less frequent
  3. See that new schedule is displayed, but not reflected in the schedule that actually runs

What should happen

Cron service should pick up new schedule, check to see if its the same as old, if not, mark the current cron job as "stale" and add a new one for new schedule

Workaround

Restart cron service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant