Kushal Halder

Results 10 comments of Kushal Halder

Do we have any updates or workarounds against this?

> > If errors, posttaskhandler will also be excuted. So u can use pre and post handler only. > > That's true, but it would be called for every task....

You can create multiple queues, for example: high priority, medium priority and low priority. Have different redis databases for the queues. Then add 3 workers for the high priority queue,...

Yeah, the integration looked quiet cumbersome. So I just created two files: 1. chrome.js for launching chrome and getting the port ``` const puppeteer = require('puppeteer'); // const lighthouse =...

Hi @kacbrz, my use case was different. I did not have a cluster, and I also had only one machine. What I wanted was that I launch a chrome instance,...

Hi @cdavernas Thanks for looking into the issue. The following are the 3 ways I am trying to start the server. ``` $ synctl system install docker WARNING: The requested...

Hi @cdavernas, I have an M1 machine, if you need me to build an image for you, I can do that :)

So can i fix it and send a pull request? On Thu, May 7, 2015 at 6:17 PM, Corrie Zhao [email protected] wrote: > I'll fix them when I have some...

Folks, any updates on this? We cannot use this for any stable pipeline if DLQ is not supported. Or is there an alternative to DLQ strategies?

For example: https://github.com/vectordotdev/vector-test-harness/blob/master/cases/tcp_to_http_performance/ansible/config_files/vector.toml Even in this case, we are testing for speed, but what about retries and stability and fault tolerance?