mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
dcc9acc47d
* chore(recordings): remove hub dependency on recordings ingestion Hub is a grab bag of depencencies that are not all required for recordings ingestion. To keep the recordings ingestion lean, we remove the hub dependency and use the postgres and kafka client directly. This should increase the availability of the session recordings workload, e.g. it should not go down it Redis or ClickHouse is down. * fix capabilities call * reuse clients if available * wip * wip * wip * fix tests * fix healthcheck |
||
---|---|---|
.. | ||
api.ts | ||
definitions.test.ts | ||
expectations.ts | ||
exports-v1.test.ts | ||
exports-v2.test.ts | ||
ingestion.test.ts | ||
jest.global-teardown.ts | ||
jest.setup.ts | ||
jobs-consumer.test.ts | ||
plugins.test.ts | ||
scheduled-tasks-runner.test.ts | ||
session-recordings.test.ts | ||
web-performance-events.test.ts | ||
webhooks.test.ts |