vbauer / manet

Website screenshot service powered by Node.js, SlimerJS and PhantomJS
MIT License
575 stars 102 forks source link

worker queue for taking screenshots #67

Open thoka opened 7 years ago

thoka commented 7 years ago

In transformap we do a lot of screenshots at once so we had to add a worker queue to limit the concurrent processes.

To get this implemented fast we choose

Just reporting here in case there is some demand for similar behavior.

vbauer commented 7 years ago

I'm not sure that it will be implemented in the nearest future by me... but I'm opened for PR