Marco Molteni

Results 92 comments of Marco Molteni

I would like to mention that there is a concept called "Exponentially Weighted Moving Average", that looks like exactly fit to the use case that at the beginning you don't...

For people coming here and wondering where `ExampleRetrieveHTML()` is, it has been renamed to `Example_retrieveHTML()` in e657155fb and is in file [chromedp/example_test.go](https://github.com/chromedp/chromedp/blob/master/example_test.go). It is also visible in the godoc: https://godoc.org/github.com/chromedp/chromedp#example-package--RetrieveHTML

@c-bata would you have time to review this PR? thanks!

@taylorsilva I am very happy to see this idea 😍 . This will help a lot and could even make obsolete in some cases the placement strategy that my team...

Yes, forecasting is a tough one and I was partially dumping by brain. One possibility is to have the worker, each time it ends a task, report how heavy it...

> Concern: could the worker (in the db) get stuck in an overloaded state and never switch back out? Should there be a "reset" switch somewhere? Maybe the worker should...

As a workaround, you can do the `cat my-resource/TASK_PARAMETER.txt` in the task itself, maybe wrapping the actual task with a shell script.

First of all, I begun by mentioning "workaround", so I agree situation could be better :-) But, why would you have to fork the resources ? The whole point of...

@evanchaoli This is already possible in 5. See #1202 and #3246. I suggest to close this ticket.