puppeteer-cluster
puppeteer-cluster copied to clipboard
Cluster execute priority
Hi mate,
thank you for this great library, it's very nice! I have a question for you. In Roadmap i see:
Provide a cluster.execute function which executes the job with higher priority (does not queue it at the end) and returns a Promise which is resolved when the job is finished. Might also solve this confusion: #10 (comment)
but the "which executes the job with higher priority " was deleted... So, my question. There is same method to call execute with a priority?
In my application i have a background task that check automatically variuos html pages, but if user request a check for a specific url i need to set max proprity for the user execute request.
Is there a method?
Thank you