-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: add update subscription with cron job support #138
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@EkkoG Would you like to propose the required changes in daed
as well?
|
Co-authored-by: Sumire (菫) <[email protected]>
Co-authored-by: Sumire (菫) <[email protected]>
Co-authored-by: Sumire (菫) <[email protected]>
@EkkoG 目前此PR虽然可以实现自动更新订阅,但是订阅更新后仍需手动 reload 或者重启之后才可以生效(
这样就完成了自动订阅更新并生效了 |
Background
For now, subscription cannot be updated after it be added, this PR add ability update subscription with a cron job, frontend can add a dialog to let users fill a cron job expression or a duration like update per hour.
Checklist
Full Changelogs
Issue Reference
no
Test Result