repository cleanup functionality

This commit is contained in:
Arunavo Ray
2025-08-27 19:12:52 +05:30
parent 698eb0b507
commit 38a0d1b494
3 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ let isSchedulerRunning = false;
/**
* Parse schedule interval with enhanced support for duration strings, cron, and numbers
* Supports formats like: "8h", "30m", "24h", "0 */2 * * *", or plain numbers (seconds)
* Supports formats like: "8h", "30m", "24h", "0 0/2 * * *", or plain numbers (seconds)
*/
function parseScheduleInterval(interval: string | number): number {
try {