Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/cron/export_mysql_database_to_redshift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ require 'cdo/redshift_import'

# Delay between each check on task status.
TASK_STATUS_DELAY = 10.minutes
# As of early 2020, the Task that exports `user_levels` takes about 10 hours to complete and is the longest daily task.
DAILY_TASK_MAX_EXECUTION_TIME = 16.hours
# As of early 2025, the Task that exports `user_levels` takes about 18.5 hours to complete and is the longest daily task.
DAILY_TASK_MAX_EXECUTION_TIME = 19.hours
# As of early 2020, the Task that exports 'level_sources' takes about 30 hours to complete.
WEEKLY_TASK_MAX_EXECUTION_TIME = 40.hours
# We want to notify the RED team about the export status.
Expand Down