We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue After every restart of the scheduler the entries are disabled.
To Reproduce Steps to reproduce the behavior:
poetry run invenio scheduler enable_tasks -a -v
poetry run invenio scheduler info
Expected behavior The scheduler should use values already saved in REDIS.
The text was updated successfully, but these errors were encountered:
scheduler: use saved enabled state of tasks
b194184
* Uses enabled state of task already saved in REDIS. closes rero#1033 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
e1d3e9e
4f9d263
297f2e2
* Uses enabled state of task already saved in REDIS. Closes rero#1033. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
2974aeb
* Uses enabled state of task already saved in REDIS. Closes #1033. Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
Successfully merging a pull request may close this issue.
Describe the issue
After every restart of the scheduler the entries are disabled.
To Reproduce
Steps to reproduce the behavior:
poetry run invenio scheduler enable_tasks -a -v
poetry run invenio scheduler info
Expected behavior
The scheduler should use values already saved in REDIS.
The text was updated successfully, but these errors were encountered: