From 51994f20e576b8fae71b35a593ab7338f0a5cd55 Mon Sep 17 00:00:00 2001 From: suresh Date: Mon, 15 Dec 2025 11:53:22 -0800 Subject: [PATCH] Increase export timeout. --- bin/cron/export_mysql_database_to_redshift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cron/export_mysql_database_to_redshift b/bin/cron/export_mysql_database_to_redshift index 02b275ad4682d..6c4a084be04c1 100755 --- a/bin/cron/export_mysql_database_to_redshift +++ b/bin/cron/export_mysql_database_to_redshift @@ -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.