-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
Default cronjobs are incorrect. #3818
Comments
"These default values are not encoded in the UI, and cannot be reset to defaults without manually editing settings.json or reinstalling." |
"For each cronjob setting, it seems that the "default" install settings which are impossible to reset to in the UI; this applies to all jobs. Additionally dropdowns are seemingly very restricted." The point of the bug was that it was not addressable in the UI; regardless of manually editing |
We opted to not add the ability to specify a cron string in the UI because that wouldn't be really user friendly, especially considering that there's a good amount of people that use Overseerr who don't know what a cron string is. And if someone wants to get fancy with it, they can put their cron string directly in the settings file or use the OpenAPI docs viewer to set it. So I don't think we'd add that. Setting the job back to it's default schedule would be a feature request, and should be fairly easy if you'd want to make a pull request. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
For each cronjob setting, it seems that the "default" install settings which are impossible to reset to in the UI; this applies to all jobs. Additionally dropdowns are seemingly very restricted.
e.g. Media Availability Sync:
Default: run every day at 0500.
Any UI configuration: run every X hours.
These default values are not encoded in the UI, and cannot be reset to defaults without manually editing
settings.json
or reinstalling.Full control of the crontab should be used; or sensible defaults for each option should appear in the UI in order to:
Version
1.33.2
Steps to Reproduce
Screenshots
No response
Logs
No response
Platform
desktop
Device
linux
Operating System
linux
Browser
chrome
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: