Sonu Kumar

Results 17 comments of Sonu Kumar

@sowinski I created a custom table (AllSubscription) whenever user subscribes I add a new entry to table and sent a email. Once user confirmed the email then I added entries...

Yeah, it's not built to handle such scenarios. One thing can be done here is, you can turn off Rqueue workers/listeners in 2nd region. Do you know what's the Redis...

We can stop/start listener at runtime but it does not support adding new queue at runtime. Why do you need active active setup for consumers? Should not you stop consumer...

I think it's not correct to use a multi-regions active-active setup for consumers. Even SQS is a single region it's not replicated across regions. https://stackoverflow.com/questions/66249605/does-aws-sqs-replicate-messages-across-regions Can you refer me to...

> you are not releasing the lock here when it enters in the IF Finally block is always called. Can you read MessageMetadata it should have the flag deleted is...

I meant to say, this method does not check delete flag , we can add a fix for this On Fri, 5 Aug 2022 at 5:46 PM, pcastroadc ***@***.***> wrote:...

no, it will not be picked by message listener. Thanks, Sonu Kumar Linkedin GitHub On Fri, Aug 5, 2022 at 6:26 PM pcastroadc ***@***.***> wrote: > One more question, Will...

Can you share error from browser console?

This does not seem to be a bug, closing it. Please reopen it as you see.

In the latest Rqueue version we do not have to set `queue.scheduled-queue` as due to retry, messages are pushed to scheduled queue. Would you be able to share more details...