Is your feature request related to a problem? Please describe.
As a developer, I want to the /api/job_upload_template endpoint to be more efficient so that a new template file is not generated every time.
Describe the solution you'd like
Implement caching for /api/job_upload_template endpoint (and any others as appropriate).
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Note: this feature may not be needed/ not priority since the current implementation is quite fast already.
Is your feature request related to a problem? Please describe. As a developer, I want to the
/api/job_upload_template
endpoint to be more efficient so that a new template file is not generated every time.Describe the solution you'd like Implement caching for
/api/job_upload_template
endpoint (and any others as appropriate).Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Note: this feature may not be needed/ not priority since the current implementation is quite fast already.