[Feature] Avoid Spurious build.json download in NetKAN #2809
Labels
Enhancement
New features or functionality
Infrastructure
Issues affecting everything around CKAN (the GitHub repos, build process, CI, ...)
Netkan
Issues affecting the netkan data
Problem
#2808 ensures NetKAN is up to date, but this file doesn't change super regularly. So the process will refresh it > 1800 times per index run, which is less than ideal.
Suggestions
We could use a special message type + webhook to handle this, but we're a little ways off from having the webhooks moved over to the new infra.
For now we could put a time stamp in the refresh logic and short cut it if it has been checked in the last 4 hours. Which will mean it gets checked once per index run.
The text was updated successfully, but these errors were encountered: