Skip to content

Commit

Permalink
Merge tag '2023-10-12_disable_journalcsv' into develop
Browse files Browse the repository at this point in the history
Disable the errorring journalcsv
  • Loading branch information
Steven-Eardley committed Oct 12, 2023
2 parents 3488e60 + 46963fd commit 4f2881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portality/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
HUEY_SCHEDULE = {
"sitemap": {"month": "*", "day": "*", "day_of_week": "*", "hour": "8", "minute": "0"},
"reporting": {"month": "*", "day": "1", "day_of_week": "*", "hour": "0", "minute": "0"},
"journal_csv": {"month": "*", "day": "*", "day_of_week": "*", "hour": "*", "minute": "20"},
"journal_csv": CRON_NEVER, # {"month": "*", "day": "*", "day_of_week": "*", "hour": "*", "minute": "20"},
"read_news": {"month": "*", "day": "*", "day_of_week": "*", "hour": "*", "minute": "30"},
"article_cleanup_sync": {"month": "*", "day": "2", "day_of_week": "*", "hour": "0", "minute": "0"},
"async_workflow_notifications": {"month": "*", "day": "*", "day_of_week": "1", "hour": "5", "minute": "0"},
Expand Down

0 comments on commit 4f2881d

Please sign in to comment.