• Nick Thomas's avatar
    Mark the PostReceive worker as idempotent · cb87e136
    Nick Thomas authored
    This worker does have side-effects, such as sending webhooks and
    creating push events, but it is safe to duplicate them.
    
    It is not safe to deduplicate this queue.
    
    Changelog: added
    cb87e136
post_receive_spec.rb 15.5 KB