Stats shows catalog visits to /_tracking in June doubles in number compared to April stats. The count of unique dataset page visits is four times more. Together with recent questionable Solr performance, they makes the nightly tracking update job takes too long to finish. Give the fact the page visit stats is not critical to be processes nightly, we can change to a weekly job.
Sketch
tracking-update is supposed to run nightly according to CKAN core. We need to change to default behavior in ckanext-geodatagov so it handles weekly data.
- Change GH action cron to weekly.
Stats shows catalog visits to
/_trackingin June doubles in number compared to April stats. The count of unique dataset page visits is four times more. Together with recent questionable Solr performance, they makes the nightly tracking update job takes too long to finish. Give the fact the page visit stats is not critical to be processes nightly, we can change to a weekly job.Sketch
tracking-update is supposed to run nightly according to CKAN core. We need to change to default behavior in ckanext-geodatagov so it handles weekly data.