Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Sep 17, 2024
2 parents 24553b9 + f42230e commit b63dfc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion portality/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"request_es_backup": {"month": "*", "day": "*", "day_of_week": "*", "hour": "6", "minute": "0"},
"check_latest_es_backup": {"month": "*", "day": "*", "day_of_week": "*", "hour": "9", "minute": "0"},
"prune_es_backups": {"month": "*", "day": "*", "day_of_week": "*", "hour": "9", "minute": "15"},
"public_data_dump": {"month": "*", "day": "*/6", "day_of_week": "*", "hour": "10", "minute": "0"},
"public_data_dump": {"month": "*", "day": "*", "day_of_week": "*", "hour": "10", "minute": "0"},
"harvest": {"month": "*", "day": "*", "day_of_week": "*", "hour": "5", "minute": "30"},
"anon_export": {"month": "*", "day": "10", "day_of_week": "*", "hour": "6", "minute": "30"},
"old_data_cleanup": {"month": "*", "day": "12", "day_of_week": "*", "hour": "6", "minute": "30"},
Expand All @@ -447,6 +447,10 @@
"article_bulk_create": {"month": "*", "day": "*", "day_of_week": "*", "hour": "*", "minute": "20"},
}

# Standard schedule for PDD (#3970)
# "public_data_dump": {"month": "*", "day": "*/6", "day_of_week": "*", "hour": "10", "minute": "0"},


HUEY_TASKS = {
"ingest_articles": {"retries": 10, "retry_delay": 15},
"preserve": {"retries": 0, "retry_delay": 15},
Expand Down

0 comments on commit b63dfc2

Please sign in to comment.