feat: base clean_timescaledb_job_his 优化

This commit is contained in:
caoqianming 2025-10-24 16:10:49 +08:00
parent b1fe8831cc
commit ab0a5c17fe
1 changed files with 1 additions and 1 deletions

View File

@ -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$$;
""")
""", timeout=300)