Skip to content

Sidekiq-cron configuration moved to gitlab.yml

Gabriel Mazetto requested to merge feature/sidekiq-cron-config into master

When sidekiq-cron was introduced, jobs configuration where placed in schedule.yml file.

As discussed in #3928 (closed), this is not desirable. We moved it to gitlab.yml, exposing only the "cron" part of the configuration.

Merge request reports