diff --git a/apps/monitor/tasks.py b/apps/monitor/tasks.py index 74ffcb2f..27fc56a6 100644 --- a/apps/monitor/tasks.py +++ b/apps/monitor/tasks.py @@ -74,4 +74,4 @@ def clean_timescaledb_job_his(num: int = 30): RAISE NOTICE 'Table _timescaledb_internal.bgw_job_stat_history not found.'; END IF; END$$; - """) \ No newline at end of file + """, timeout=300) \ No newline at end of file