0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 00:46:45 +01:00
posthog/plugins
Marius Andra 177cee9e38
Set right concurrency for plugin server on Heroku (#2703)
* nodejs worker concurrency on heroku

* upgrade plugin server

* upgrade server

* fix another bug with 0.3.2

* plugin server with resilient redis

* plugin server with more resilient workers

* new plugin server

* update
2020-12-09 18:08:25 +01:00
..
package.json Set right concurrency for plugin server on Heroku (#2703) 2020-12-09 18:08:25 +01:00
README.md Plugin v8 (#1946) 2020-11-02 15:08:30 +01:00
yarn.lock Set right concurrency for plugin server on Heroku (#2703) 2020-12-09 18:08:25 +01:00

posthog-plugin-server

This folder contains a custom package.json which installs the latest posthog-plugin-server package.

The plugin server is started by running bin/plugin-server directly or indirectly as part of bin/start-worker or bin/docker-worker.