-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Merge ScheduleRunnerSettings into ScheduleRunnerPlugin #8585
Merge ScheduleRunnerSettings into ScheduleRunnerPlugin #8585
Conversation
The |
Thank you for doing this! |
90116cb
to
b9a5656
Compare
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.
LGTM
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.
I agree with @nicopap that it's an anti-pattern, but the current split of crates makes links like those hard or impossible to manage without it. It's also not a regression per se, so I don't want us to block on this.
Objective
ScheduleRunnerPlugin
was still configured via a resource, meaning users would be able to change the settings while the app is running, but the changes wouldn't have an effect.Solution
Configure plugin directly
Changelog
ScheduleRunnerSettings
intoScheduleRunnerPlugin
Migration Guide
ScheduleRunnerSettings
resource, configure theScheduleRunnerPlugin