Revert "undo commit"

This reverts commit 9103f67db5.
This commit is contained in:
daniel31x13
2024-11-03 03:27:52 -05:00
parent e37702aa14
commit dbd096ab76
176 changed files with 2362 additions and 9401 deletions
+2 -2
View File
@@ -142,13 +142,13 @@ function delay(sec: number) {
}
async function init() {
console.log("\x1b[34m%s\x1b[0m", "Processing the links...");
console.log("\x1b[34m%s\x1b[0m", "Starting the link processing task");
while (true) {
try {
await processBatch();
await delay(intervalInSeconds);
} catch (error) {
console.error("\x1b[34m%s\x1b[0m", "Error processing link:", error);
console.error("\x1b[34m%s\x1b[0m", "Error processing links:", error);
await delay(intervalInSeconds);
}
}