Merge branch 'feature/sidekiq-cron' into 'master'
Migrate from Sidetiq to Sidekiq-cron EE specific jobs This is a followup from gitlab-org/gitlab-ce#2355 with specific EE jobs migrated to use Sidekiq-cron instead of Sidetiq See merge request !69
Showing
... | @@ -125,8 +125,8 @@ gem 'acts-as-taggable-on', '~> 3.4' | ... | @@ -125,8 +125,8 @@ gem 'acts-as-taggable-on', '~> 3.4' |
# Background jobs | # Background jobs | ||
gem 'sinatra', '~> 1.4.4', require: nil | gem 'sinatra', '~> 1.4.4', require: nil | ||
gem 'sidekiq', '3.3.0' | gem 'sidekiq', '~> 3.5.0' | ||
gem 'sidetiq', '~> 0.6.3' | gem 'sidekiq-cron', '~> 0.3.0' | ||
# HTTP requests | # HTTP requests | ||
gem "httparty", '~> 0.13.3' | gem "httparty", '~> 0.13.3' | ||
... | ... |
config/schedule.yml
0 → 100644
Please register or sign in to comment