-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Konnector worker honors skip-maintenance-for
The `harvest.skip-maintenance-for` flag can be set to a list of konnector slugs to unlock these in Harvest and allow requesting an execution even if it's maintenance mode has been activated either in the registry or cozy-stack. However, the flag was not honored in the konnector worker thus preventing its execution. We'll now check if the konnector to be executed is part of the list (if set) and skip the maintenance mode when appropriate.
- Loading branch information
1 parent
5b51b33
commit 4c01187
Showing
2 changed files
with
70 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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