Skip to content

Commit

Permalink
Merge pull request #732 from CDLUC3/676_reschedule_link_checker_update
Browse files Browse the repository at this point in the history
change link checker update job to run 18 hours after midnight (adjusted from 1 to 15, then to 18)
  • Loading branch information
jsjiang authored Sep 12, 2024
2 parents f144cad + 8e51e4a commit e9a15cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings/settings.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ CLOUDWATCH_INSTANCE_NAME = '{{ cloudwatch_instance_name }}'
LINKCHECKER_TABLE_UPDATE_CYCLE = 604800
# The converse, how often link checker results are incorporated back into the main EZID
# tables.
LINKCHECKER_RESULTS_UPLOAD_CYCLE = 3600
LINKCHECKER_RESULTS_UPLOAD_CYCLE = 64800
# If 'RESULTS_UPLOAD_SAME_TIME_OF_DAY' is True, then link checker results are
# incorporated back once a day, and 'RESULTS_UPLOAD_CYCLE' is interpreted as an offset
# from midnight. 'GOOD_RECHECK_MIN_INTERVAL' is the minimum elapsed time between
Expand Down
2 changes: 1 addition & 1 deletion settings/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
LINKCHECKER_TABLE_UPDATE_CYCLE = 604800
# The converse, how often link checker results are incorporated back into the main EZID
# tables.
LINKCHECKER_RESULTS_UPLOAD_CYCLE = 3600
LINKCHECKER_RESULTS_UPLOAD_CYCLE = 64800
# If 'RESULTS_UPLOAD_SAME_TIME_OF_DAY' is True, then link checker results are
# incorporated back once a day, and 'RESULTS_UPLOAD_CYCLE' is interpreted as an offset
# from midnight. 'GOOD_RECHECK_MIN_INTERVAL' is the minimum elapsed time between
Expand Down
File renamed without changes.

0 comments on commit e9a15cc

Please sign in to comment.