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

Disabling executions breaks scheduled jobs #464

Open
lynx-coding opened this issue Jul 12, 2022 · 0 comments
Open

Disabling executions breaks scheduled jobs #464

lynx-coding opened this issue Jul 12, 2022 · 0 comments

Comments

@lynx-coding
Copy link

lynx-coding commented Jul 12, 2022

We found an issue using rundeck-cli to disable/enable executions of a project.

Steps to repreduce:

  1. Setup a Job to run once a minute
  2. Check its working (only necessary to start, does not matter if its succeeds or not)
  3. use rundeck-cli to disable executions for the project rd projects configure update --project <your-project> -- --project.disable.schedule=true --project.disable.executions=true
  4. wait for the next execution time (nothing will happen, as expected), UI shows "executions disabled"
  5. use rundeck-cli to enable executions again rd projects configure update --project <your-project> -- --project.disable.schedule=false --project.disable.executions=false
  6. wait for the next executions time (nothing will happen again), UI shows next scheduled time

Why is this a rundeck-cli issue? If you perform the same process using the UI, everything works as expected. Also disabling/enabling projects executions via UI after the bug was triggered fixed the issue.

In addition: a restart of the Rundeck instance does not fix the issue.

UPDATE:
OS: Debian GNU/Linux 10 (buster)
Rundeck: 3.4.10-20220118
Rundeck-CLI: v2.0.1

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