feat: make automatic configuration reloading the default behavior#4899
Merged
gazpachoking merged 2 commits intoFlexget:developfrom Mar 5, 2026
Merged
feat: make automatic configuration reloading the default behavior#4899gazpachoking merged 2 commits intoFlexget:developfrom
gazpachoking merged 2 commits intoFlexget:developfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4899 +/- ##
===========================================
- Coverage 66.48% 66.48% -0.01%
===========================================
Files 583 583
Lines 53825 53828 +3
Branches 6920 6921 +1
===========================================
+ Hits 35784 35785 +1
- Misses 16519 16521 +2
Partials 1522 1522 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
|
Should we leave the --autoreload-config so that we don't break people's scripts? (It wouldn't really do anything anymore, but at least you wouldn't get an error if your e.g. cron entry had it.) |
vivodi
commented
Mar 5, 2026
Member
|
Looks good, thanks! |
nbarrientos
added a commit
to nbarrientos/docker-flexget
that referenced
this pull request
Mar 11, 2026
Deprecated since 3.19.0. See: Flexget/Flexget#4899 https://flexget.com/ChangeLog#h-3190-2026-03-05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation for changes:
Paranoidi pointed out in #4860 that we should make
--autoreload-configthe default behavior and add--no-autoreload-configto disable it.Detailed changes:
Make
--autoreload-configthe default behavior and add--no-autoreload-configto disable it.Addressed issues/feature requests: