IBM / page-lab

PageLab enables web performance, accessibility, SEO, etc testing at scale.
Apache License 2.0
19 stars 10 forks source link

Monitor # of workers and restart 'failed' workers #11

Open ecumike opened 5 years ago

ecumike commented 5 years ago

Currently, if a worker fails for some reason (an uncaught exception or whatever) it does not re-spawn. Thus over time the # of concurrent workers has the potential to slowly decrease.

For instance you might start with 12 concurrent workers running tests, but after hours of continuous test running you might end up with only 3 running.

This requires these features: