This commit is contained in:
NAME
2026-05-12 09:20:04 +00:00
parent 62a01a118b
commit aaf28c1463
+4 -1
View File
@@ -23,7 +23,10 @@ export class SqsPosterWorker {
await this.notifyService.sendMessageToTele(`🚀 Worker started for ${await this.sqs.getQueueName()}`)
//check cookie
await this.xRouterService.verifyCookie();
await this.xRouterService.verifyCookie().catch((err) => {
console.error(`SqsPosterWorker_verifyCookie`);
console.error(err);
});
let ReceiptHandle = '';
while (true) {