Skip to content

Commit

Permalink
Revert "new: monitor harvester run command"
Browse files Browse the repository at this point in the history
This reverts commit 1aae707.

Ooops.. I guess it did pass tests.
  • Loading branch information
nickumia-reisys committed Jun 20, 2023
1 parent 1aae707 commit c10c09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ckan_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
# - Run on [catalog-gather] app
# schedule: harvesting update
# - Only run on [development, staging, prod]
# - Monitor: false
# schedule: stuck jobs check
# - Only run on [staging, prod]
# - Create Error issue: if >0 stuck jobs, automated_ckan_error.md
Expand All @@ -65,6 +66,7 @@ jobs:
{"issue_template": ".github/automated_ckan_error.md"},
{"monitor": true},
{"schedule": "${{env.SCHEDULE_HARVESTING}}", "command": "ckan harvester run"},
{"schedule": "${{env.SCHEDULE_HARVESTING}}", "monitor": false},
{"schedule": "${{env.SCHEDULE_TRACKING}}", "command": "ckan geodatagov tracking-update"},
{"schedule": "${{env.SCHEDULE_TRACKING}}", "error_seconds": 12600},
{"schedule": "${{env.SCHEDULE_TRACKING}}", "info_issue": true},
Expand Down

0 comments on commit c10c09a

Please sign in to comment.