0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
Commit Graph

20 Commits

Author SHA1 Message Date
PostHog bot
0e226b05fc
Update plugin server to 0.16.11 (#3999) 2021-04-15 17:58:29 +02:00
Michael Matloka
d0292cd670
Give plugin server ECS task 16 GB instead of 8 GB (#3995) 2021-04-15 14:15:35 +00:00
Paolo D'Amico
433d560b23
Fix proxy config (#3654) 2021-03-23 13:12:06 -07:00
Michael Matloka
941cfb386c
Revert "Use plugin-server container in containerized deploys" (#3516)
* Revert "Use plugin-server container in containerized deploys (#3515)"

This reverts commit 6fb295ed51.

* Update docker-compose.ch*.yml
2021-03-01 13:43:43 +01:00
Michael Matloka
6fb295ed51
Use plugin-server container in containerized deploys (#3515) 2021-03-01 12:56:33 +01:00
PostHog bot
d660755a50
Update plugin server to 0.10.1 (#3481)
* Update plugin server to 0.10.1

* Remove PLUGIN_SERVER_INGESTION for plugins tasks/images

Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
Co-authored-by: Marius Andra <marius.andra@gmail.com>
2021-02-25 14:36:41 +01:00
Marius Andra
b48f70a741
Plugin server 0.9.1 (#3376)
* upgrade plugin server to 0.9.1

* remove KAFKA_BATCH_PARALELL_PROCESSING from ecs that had a typo and is now true by default
2021-02-18 11:28:03 +01:00
Marius Andra
d688867854
Enable plugin server parallel ingestion (#3316) 2021-02-11 19:31:22 +01:00
Paolo D'Amico
7c4b7eb811
Cloud billing trial period & free plan (#3259) 2021-02-11 18:42:39 +01:00
Marius Andra
429f3e50dc
filp PLUGIN_SERVER_INGESTION on (#3206) 2021-02-04 20:25:59 +01:00
Marius Andra
d7e29c3c86
add clickhouse connection envs for plugin server (#3201) 2021-02-04 16:34:52 +01:00
Marius Andra
6efdb8efa6
revert plugins ECS definition to use plugin-server from ./plugins/package.json (#3177) 2021-02-03 12:21:49 +01:00
Michael Matloka
257d596038
Use KAFKA_HOSTS instead of KAFKA_URL in ECS dockerized plugin server (#3054) 2021-01-22 15:18:16 +01:00
Michael Matloka
efe8870c85
Fix plugin server task definition rendering (#3053) 2021-01-22 15:01:25 +01:00
Michael Matloka
56de9e9226
Run independently Dockerized (#3052) 2021-01-22 14:47:06 +01:00
Michael Matloka
3c13a3ef9c
Simplify plugin server service definitions (#2929) 2021-01-13 11:46:56 +01:00
Marius Andra
606525644e
Add deployment environment variables (#2874)
* add deployment env to track instances

* Rename Production ECS

Co-authored-by: Karl-Aksel Puulmann <oxymaccy@gmail.com>
2021-01-11 13:25:40 +01:00
Paolo D'Amico
1ef890fbf2
add missing env vars to plugins & worker tasks (#2869) 2021-01-06 18:17:45 +01:00
James Greenhill
2f9f3fe05a
Fixes for differences between terraform and GA task-definition (#2786) 2020-12-15 18:34:01 -08:00
Marius Andra
098343cbee
Deploy Plugins to AWS (#2755)
* create plugins task

* add plugins to container

* remove env vars that are probably not needed

* bump size of node for plugins

* don't run plugin server on worker

Co-authored-by: James Greenhill <fuziontech@gmail.com>
2020-12-15 18:10:00 -08:00