Skip to content

Rework eviction mechanism for extension jsons #1767

@netomi

Description

@netomi

Currently, when some operations are performed, the cached extension jsons are evicted.

This can take a while, depending on the number of versions of an extension. The evication is done synchronously, so such requests, e.g. deleting a review, take a long time to complete.

We should reconsider the strategy here, some options:

  • do the eviction using @Async
  • ...?

Metadata

Metadata

Assignees

No one assigned

    Labels

    server(Component: server) Backend platform and service-side functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions