don't rethrow error, just keep retrying

This commit is contained in:
dank074
2026-02-03 14:49:45 -06:00
parent d9485d9597
commit 8a44ee9948
-1
View File
@@ -81,7 +81,6 @@ export class RabbitMQ {
} catch (error) {
console.error("[RabbitMQ] Connection failed:", error);
await this.scheduleReconnect(host);
throw error;
}
}