• Zeger-Jan van de Weg's avatar
    Ensure pool participants are linked before GC · e03602e0
    Zeger-Jan van de Weg authored
    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.
    e03602e0