• Bob Van Landuyt's avatar
    Only schedule push-mirror updates once per push · 94c17251
    Bob Van Landuyt authored
    Before we were scheduling the update once for each pushed ref through
    the Git::(Branch|Tag)PushService. But all the refs will be pushed
    every time, meaning that most of these updates would be no-ops.
    
    This moves the updated out into the PostReceive worker, so this is
    only scheduled once per push.
    94c17251
post_receive_spec.rb 12.8 KB