You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is twin functionality to pair with a ticket in the Prefect repo. The idea is to move the recache code functionality to that repository.
Tasks:
Remove all "cache" code. This might be a bit deeper than just removing routes/recache.py -- possibly look for conditional code or other conditional behavior based on cache processing
Expose a site map in a format that we can request from Prefect to perform the caching.
For this, we may want to design it so the API is giving knowledge on how it wants to be crawled to repopulate cache. For example, this might be structured by application so that the external recache agent can just "recache NCR" for example.
The text was updated successfully, but these errors were encountered:
Refs ua-snap/prefect#47
This is twin functionality to pair with a ticket in the Prefect repo. The idea is to move the recache code functionality to that repository.
Tasks:
routes/recache.py
-- possibly look for conditional code or other conditional behavior based on cache processingThe text was updated successfully, but these errors were encountered: