Adapt exporter app to deployment related chages.

This commit is contained in:
Andrey Antukh 2020-07-02 10:40:58 +02:00
parent b8526c6e3b
commit f8881b3c72
4 changed files with 37 additions and 10 deletions

View file

@ -54,7 +54,9 @@
:incognito (.-CONCURRENCY_CONTEXT ^js ppc/Cluster)
:page (.-CONCURRENCY_PAGE ^js ppc/Cluster))
opts #js {:concurrency ccst
:maxConcurrency concurrency}]
:maxConcurrency concurrency
:puppeteerOptions #js {:args #js ["--no-sandbox"
"--explicitly-allowed-ports=6000"]}}]
(.launch ^js ppc/Cluster opts))))
(defn stop!