[Deprecation message removal] Remove Sidekiq min_concurrency and max_concurrency
Remove deprecation messages
config_keys: %w(gitlab sidekiq min_concurrency)config_keys: %w(gitlab sidekiq max_concurrency)
Preparation when creating the Issue
-
List all the Remove deprecation messages section all the deprecations you want to remove. -
Set the milestone of this issue to next planned required stop, which should be after the milestone when the configuration will be removed.
Preparation when executing the Issue
-
Verify that the related configuration got indeed removed in a previous milestone. -
Make sure the MR removing the deprecation message is released on a required stop which is later than the removal of the configuration.