Hello Christopher, we're actually switched from the local deployment recently to -DdeployAtEnd with a failover of 5 times, which should be really similar. Currently we're getting HTTP error 503 which we haven't seen before, it's a proxy error, not timeout.
And regarding our SNAPSHOT policy, yeah, we're doing something extra - except from 999-SNAPSHOT which is our main branch snapshot version, we do 999-YYYY-MM-DD-SNAPSHOT snapshot deployments, we call it weekly (but seems to be more often even), which results in many snapshot versions being kept next to the 999-SNAPSHOT one, so at the moment it's as if we had 30 snapshot versions. Example is here: https://repository.apache.org/content/groups/snapshots/org/drools/drools-bom/ - see 999-SNAPSHOT is there, having just like 6 builds inside that folder, but outside of 999-SNAPSHOT folder there are already many directories (other snapshot versions) e.g. 999-20240517-SNAPSHOT - those I am afraid don't fall under existing retention policies for snapshots as they contain only a single build each and are kept there for quite some time. Regards Jan
