-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Problem statement/business needs:
Every time plugin connects to the backend it issues a request to /download_template endpoint. That endpoint downloads and returns in response a file from GitHub. The problem is that template is basically static and downloading it every time is a waste of time and resources. So it could be cached for some time.
Definitions of Done:
- Downloaded files on
/download_templateare cached - Subsequent requests for the same files return files from cache if it is not expired
- Cache TTL is 24 hours
- Cache is cleared on application restart
Dependencies or related tasks:
N/A
Comments:
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
In progress