Skip to content

Commit

Permalink
Merge pull request #733 from CDLUC3/develop
Browse files Browse the repository at this point in the history
Merge Develop to main for link-checker-update schedule change
  • Loading branch information
jsjiang authored Sep 16, 2024
2 parents f144cad + e9a15cc commit 3f48526
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 3f48526

Please sign in to comment.