From 05bf83195a587f0e4769fac3ac70a7ef3df72594 Mon Sep 17 00:00:00 2001 From: Tyler Burton Date: Tue, 29 Aug 2023 16:53:33 -0500 Subject: [PATCH] re-enables sitemap after solr query fix --- .github/workflows/ckan_auto.yml | 3 +-- ckan/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ckan_auto.yml b/.github/workflows/ckan_auto.yml index 0aa12eef..401b6bdd 100644 --- a/.github/workflows/ckan_auto.yml +++ b/.github/workflows/ckan_auto.yml @@ -4,8 +4,7 @@ name: 4 - Automated CKAN Jobs on: schedule: - cron: '30 7 * * 0' # Tracking Update -- every Sunday at 2:30am EST - # Disable Sitemap until it is working again: https://github.com/GSA/catalog.data.gov/issues/990 - # - cron: '0 2 * * *' # S3 Sitemap Update -- every day at 10pm EST + - cron: '0 2 * * *' # S3 Sitemap Update -- every day at 10pm EST - cron: '4/15 * * * *' # Harvester Check -- every 15 mins - cron: '0 3 * * *' # DB-Solr-Sync -- every day at 10pm EST - cron: '30 6 * * *' # Check Stuck Jobs -- every day at 1:30am EST diff --git a/ckan/requirements.txt b/ckan/requirements.txt index fd5ce777..4d9b517b 100644 --- a/ckan/requirements.txt +++ b/ckan/requirements.txt @@ -17,7 +17,7 @@ ckanext-datagovtheme==0.2.3 ckanext-datajson==0.1.20 ckanext-dcat @ git+https://github.com/ckan/ckanext-dcat@008a3e2f22a352d7ded9dd988dc69e654f58cd87 ckanext-envvars==0.0.3 -ckanext-geodatagov==0.2.2 +ckanext-geodatagov==0.2.3 ckanext-googleanalyticsbasic==0.2.1 -e git+https://github.com/ckan/ckanext-harvest.git@9fb44f79809a1c04dfeb0e1ca2540c5ff3cacef4#egg=ckanext_harvest ckanext-metrics-dashboard==0.1.6