Large number of BrowserCluster pending jobs
An arachni scan has been stuck on these pending jobs for a long time. Any idea what could be causing them?
[*] Workload exhausted, waiting for new pages from the browser-cluster... [~] BrowserCluster: Pending jobs: 45910 [~] BrowserCluster: Pending jobs: 45909 [~] BrowserCluster: Pending jobs: 45908 [~] BrowserCluster: Pending jobs: 45907 [~] BrowserCluster: Pending jobs: 45906 [~] BrowserCluster: Pending jobs: 45905 [~] BrowserCluster: Pending jobs: 45904 [~] BrowserCluster: Pending jobs: 45903 [~] BrowserCluster: Pending jobs: 45902 [~] BrowserCluster: Pending jobs: 45901 [~] BrowserCluster: Pending jobs: 45900 [~] BrowserCluster: Pending jobs: 45899 [~] BrowserCluster: Pending jobs: 45898 [~] BrowserCluster: Pending jobs: 45897 [~] BrowserCluster: Pending jobs: 45896 [~] BrowserCluster: Pending jobs: 45895 [~] BrowserCluster: Pending jobs: 45894 [~] BrowserCluster: Pending jobs: 45893 [~] BrowserCluster: Pending jobs: 45892 [~] BrowserCluster: Pending jobs: 45891 [~] BrowserCluster: Pending jobs: 45890 [~] BrowserCluster: Pending jobs: 45889 [~] BrowserCluster: Pending jobs: 45888 [~] BrowserCluster: Pending jobs: 45887 [~] BrowserCluster: Pending jobs: 45886 [~] BrowserCluster: Pending jobs: 45885
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Tasos Laskos on 28 Jun, 2017 02:34 PM
There are probably a large number of DOM interactions that need to be performed, a large amount of DOM events to be triggered and many DOM states that need to be explored.
You can limit that by downloading the nightlies and using the new
--scope-dom-event-inheritance-limit
option as well as the--scope-dom-depth-limit
and--scope-dom-event-limit
ones.You can find more information of these via the
-h
flag.