William Dutton

Results 94 comments of William Dutton

We have implemented this on data.qld.gov.au and it did improve things somewhat but its still not good enough. This also affects the email notifications for followed items where activity changes.

``` explain analyze SELECT tracking_summary.url AS tracking_summary_url, tracking_summary.package_id AS tracking_summary_package_id, tracking_summary.tracking_type AS tracking_summary_tracking_type, tracking_summary.count AS tracking_summary_count, tracking_summary.running_total AS tracking_summary_running_total, tracking_summary.recent_views AS tracking_summary_recent_views, tracking_summary.tracking_date AS tracking_summary_tracking_date FROM tracking_summary WHERE tracking_summary.package_id =...

Hi @pcbimon is this from pypi or from github? Could you try the qld-gov-au fork, https://github.com/qld-gov-au/ckanext-xloader/tree/1.0.1-qgov.12 and see if you get the same results.

Sounds like you should change the ckan.url to the nginx box url/port to have it go through the correct routing. For non local dev's this should use the external dns...

There is a workaround for this by using the manual submit on the resource. This does mean there is a major time delay if missed.

Hi @Nisha1293, Can you enable github actions on your repo and retrigger the build so i can review the tests etc. https://github.com/Nisha1293/ckanext-xloader/actions regards, @duttonw

I think its in relation to not having 'format' in the dict. Some ckan admin's may have decided to drop that field on their servers.

@ThrawnCA, I don't see any issue in merging this since its just wrapped it in a null safe context. Your thoughts?

Hi @Lana-chan The pypi version is very out of date. @ThrawnCA and myself (@duttonw ) were only recently added to maintain this repo and have not been given pypi deployments...