Skip to content

Fix GeoBulkNotifyWorker from firing too often

Stan Hu requested to merge geo/fix-bulk-notify-worker into master

There were two problems:

  1. The crontab entry was not actually correct

  2. Multiple Sidekiq workers could fire the same Sidekiq-cron worker, causing redundant updates.

Closes gitlab-org/gitlab-ee#1758

Merge request reports