-
- Downloads
Don't schedule ProjectCacheWorker unless needed
This changes ProjectCacheWorker.perform_async so it only schedules a job when no lease for the given project is present. This ensures we don't end up scheduling hundreds of jobs when they won't be executed anyway.
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- app/workers/project_cache_worker.rb 13 additions, 3 deletionsapp/workers/project_cache_worker.rb
- lib/gitlab/exclusive_lease.rb 8 additions, 1 deletionlib/gitlab/exclusive_lease.rb
- spec/lib/gitlab/exclusive_lease_spec.rb 29 additions, 14 deletionsspec/lib/gitlab/exclusive_lease_spec.rb
- spec/spec_helper.rb 6 additions, 0 deletionsspec/spec_helper.rb
- spec/workers/project_cache_worker_spec.rb 20 additions, 0 deletionsspec/workers/project_cache_worker_spec.rb
Please register or sign in to comment