Skip to content

Commit

Permalink
Merge pull request #1044 from GSA/disable-sitemap
Browse files Browse the repository at this point in the history
Temporarily Disable Sitemap
  • Loading branch information
nickumia-reisys committed Aug 29, 2023
2 parents b92961a + ba0f9e6 commit 0215713
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ckan_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: 4 - Automated CKAN Jobs
on:
schedule:
- cron: '30 7 * * 0' # Tracking Update -- every Sunday at 2:30am EST
- cron: '0 2 * * *' # S3 Sitemap Update -- every day at 10pm 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: '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

0 comments on commit 0215713

Please sign in to comment.