Skip to content

Make CDN purging more robust #831

@tobias

Description

@tobias

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions