Skip to content

Commit

Permalink
Merge pull request #1045 from GSA/enable-sitemap-again
Browse files Browse the repository at this point in the history
re-enables sitemap after solr query fix
  • Loading branch information
btylerburton authored Aug 30, 2023
2 parents 0215713 + 05bf831 commit b6a1f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ckan_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ckan/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6a1f88

Please sign in to comment.