Skip to content

Deprecate queue_selector and negate options

Gregorius Marco requested to merge mg-deprecate-queue-selector into master

What does this MR do?

  • Deprecate sidekiq['queue_selector']
  • Deprecate sidekiq['negate']

Related issues

Deprecation schedule

Configuration Key Deprecation Date Removal Date
sidekiq['queue_selector'] 2023-02-22 2024-05-22
sidekiq['negate'] 2023-02-22 2024-05-22

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com
  • Pipeline is green on the dev.gitlab.org mirror for this branch if the change is touching anything besides documentation or internal cookbooks. Please note that feature branches are not automatically mirrored to dev.gitlab.org, and should be manually pushed whenever necessary.
  • trigger-package has a green pipeline running against latest commit

Expected (please provide an explanation if not completing)

Edited by Clemens Beck

Merge request reports