From 09649d14d1c2fb869cb6c6811da8bd389a9da752 Mon Sep 17 00:00:00 2001 From: meomeocoj Date: Mon, 15 Jul 2024 18:00:58 +0700 Subject: [PATCH] chore: log config --- packages/orchestrator/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/orchestrator/src/index.ts b/packages/orchestrator/src/index.ts index eaa1719..704f599 100644 --- a/packages/orchestrator/src/index.ts +++ b/packages/orchestrator/src/index.ts @@ -14,6 +14,7 @@ const connection: ConnectionOptions = { return Math.max(Math.min(Math.exp(times), 20000), 1000); }, }; +console.log({ config }); const tonQueue = new Queue("ton", { connection }); (async () => {