Werner Morgenstern

Results 13 comments of Werner Morgenstern

@thim81 , I need this functionality too. Can I just specify a specific file? Or make it part of the conversion?

We have noticed the same issue. When we do a lot of lookups using HGETALL (and then we use a Function to transform to a JSON Object), the HGETALL seem...

I made a change to the VerneMQ Instance in AWS ECS, and it has been at 1804 (100%) processing for 6 hours. I had to change some tcp_listen_options, especially the...

When we have a few thousand (like around 6884 right now) of these devices, we can't keep up on the Client Side. For 6884 devices, at every 10s per device,...

@robertsLando , - We are using shared subscriptions - I have 10 instances running, using the shared subscriptions. And all of them are picking up messages. I also am using...

It takes on average between 5ms and 10ms to process each message. It does two Redis Lookups, decrypts the payload, a few calculations, and then saves a record back to...

I did use the `prepare: true`, but then I got errors about transaction not found.

We have a similar issue, when we have 60k records, with updates to each every 10 seconds. With the index, the `hset` Command can take up upwards of 8000ms. When...

@manast , For a completed job, why would we want to ignore the new job? For a completed job, we would either need to add a new job with the...

Ok, that makes sense. So how would it work though with a completed job, currently?