gitlab-org--gitlab-foss/app/workers/object_pool
Zeger-Jan van de Weg e03602e09d
Ensure pool participants are linked before GC
In theory the case could happen that the initial linking of the pool
fails and so do all the retries that Sidekiq performs. This could lead
to data loss.

To prevent that case, linking is done before Gits GC too. This makes
sure that case doesn't happen.
2019-01-14 16:09:47 +01:00
..
create_worker.rb
destroy_worker.rb Leave object pools when destroying projects 2018-12-19 13:21:56 +01:00
join_worker.rb Ensure pool participants are linked before GC 2019-01-14 16:09:47 +01:00
schedule_join_worker.rb