Paweł Szczerbicki
Results
2
comments of
Paweł Szczerbicki
Same issue in my case ``` public startConsumer = (queueUrl: string) => { console.log(`Starting consumer, ${queueUrl}`); Consumer.create({ queueUrl, handleMessage: (msg) => this.consumer.handle(JSON.parse(msg.Body)).catch((error) => { console.log('ConsumerRunner error:', error); throw error; }),...
Fixing problems by continuous restart its not a good approach :) In my opinion its a way better to find and solve source of problem :)