Sonu Kumar

Results 53 comments of Sonu Kumar

Hi @stefan-g Which version of Rqueue do you have? In this doc, we've explained a different way to use it, https://sonus21.github.io/rqueue/producer-consumer If you're using the same application code for producer...

That's true we do override the existing error, the reason being on high volume errors should be stored in some other database systems. This also imply we need to have...

Exactly, that's the reason it's been built very minimal. There're many idea to improve the libs * Provide backend for individual DB systems (MongoDb, Redis Channel, PostgreSQL, MySQL simplified) *...

I;ve checked this issue, there's a minor security vulnerability in the bootstrap 4. For CDN, it would be difficult to migrate as we've other dependencies as well like google chart...

Rqueue controller requires various rqueue system status, though it makes sense to separate them for the cases where they don;t need the dashboard. As per my observations people needs Dashboard...

@VaclavChalupaS1 it should get shutdown asap, whenever container's stop method is called, post that it should not accept any new messages. Do you have any logs which suggest otherway around?

@VaclavChalupaS1 did you get a chance to gather the logs from the application? Also, you can share, how to reproduce this issue. Thanks

There are two ways to do this * We need to add a middleware which will inject the open telemetry and initialise it. * Add annotation on the handler method...

Did you check adding `@WithSpan` on the listener method? It should work in most of the cases, as I'm not sure about your current project setup so I can't comment...