From ab0a5c17fe5cf26c809da2b119048fba0752c771 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 24 Oct 2025 16:10:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20clean=5Ftimescaledb=5Fjob=5Fhis?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/monitor/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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