radiocosmology / alpenhorn

Alpenhorn is a service for managing an archive of scientific data.
MIT License
2 stars 1 forks source link

fix(update): Handle duplicate requests #173

Closed ketiltrout closed 10 months ago

ketiltrout commented 10 months ago

If there are multiple pending requests for the same file to the same group, alpenhorn should only ever be willing to process one of them.

We take the first one we see, and ignore the rest. (They'll get dealt with later, once the one we're working on has been resolved.)