An error occurred while fetching this tab.
Add new feature flag type called `worker`
- May 12, 2023
-
-
Marco (Gregorius) authored
-
Marco (Gregorius) authored
This feature flag type is similar to `undefined` where the feature flag names are not defined in the GitLab codebase. Each feature flag's name might have the worker name in it. These feature flags will be used to control the behavior of Sidekiq workers dynamically, e.g. deferring jobs from runaway workers during an incident. Changelog: added
-