-
-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
Description
We purge files from the CDN on deploy to prevent stale maven-metadata.xml files (and their checksum files). But we do this in a future to not delay the deploy, and there is no error handling around that. So if it fails we don't know about it and there is stale data in the cache.
We should:
- track failures
- add retry logic
Reactions are currently unavailable