Skip to content

_artifactcache/pushreceive.py: Drop branch check in receiver

username-removed-861668 requested to merge push-race into master

The pusher already checks this and the check in the receiver does not provide any additional guarantees as it is prone to race conditions.

This prevents a push error in case two clients push an artifact with the same key around the same time.

Fixes #52 (closed)

Merge request reports

Loading