gitlab-org--gitlab-foss/app/services/users
Yorick Peterse d505a2b8e6
Reduce wait timings for Sidekiq jobs
This reduces the time spent waiting for Sidekiq jobs to complete in
JobWaiter, and reduces the sleep interval when trying to acquire the
lease for refreshing authorizations. These changes should reduce the
time spent just waiting for a lock, which we seem to be spending most
time in when running the AuthorizedProjectsWorker.
2017-06-19 16:14:07 +02:00
..
activity_service.rb Fix typo in user activity debug log message 2017-06-03 23:11:53 -07:00
build_service.rb Fix logic in Users::CreateService broken by the fix for OAuth users 2017-04-26 10:08:44 +02:00
create_service.rb Fix OAuth, LDAP and SAML SSO when regular sign-ups are disabled 2017-04-24 19:27:39 -07:00
destroy_service.rb Refactor the DeleteUserWorker 2017-06-05 13:08:06 +01:00
migrate_to_ghost_user_service.rb Move records to the ghost user in a transaction. 2017-04-24 06:46:10 +00:00
refresh_authorized_projects_service.rb Reduce wait timings for Sidekiq jobs 2017-06-19 16:14:07 +02:00