Greetings,
I’m asking this question here since I couldn’t find information in the documentation regarding this.
I’m using Nexus as an APT (Debian) proxy to cache package downloads and usually run updates/upgrades on dozens of machines at once via an Ansible playbook.
I’m wondering how in these cases Nexus handles downloads of packages that aren’t in the proxy cache and multiple clients request it at the same time, does Nexus do one upstream fetch and then serve it to all clients or do all requests get served from the upstream with no caching?