ci: disable automatic workflow triggers

This commit is contained in:
gsxdsm
2026-04-12 13:48:13 -07:00
parent e4b05b1c4f
commit 41ac7c7cc3
8 changed files with 77 additions and 31 deletions

View File

@@ -147,11 +147,7 @@ function cleanupExpiredRateLimits(): void {
// Start cleanup interval
const cleanupInterval = setInterval(cleanupExpiredRateLimits, CLEANUP_INTERVAL_MS);
// Handle graceful shutdown
process.on("beforeExit", () => {
clearInterval(cleanupInterval);
});
cleanupInterval.unref?.();
// ── Custom Errors ───────────────────────────────────────────────────────────