0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/plugin-server/functional_tests
Harry Waye 13bca71383
chore(ingestion): remove old graphile bufferJob handling (#12528)
* chore(ingestion): remove old graphile bufferJob handling

This removes the emitting of graphile-worker events from the ingestion
anonymous events path. Note that we still have the graphile worker
running on ingestion, as we need to ensure that we have drained all of
these jobs. I'll handle this by first enabling the topic for all users
on prod then deploying this.

For self hosted I suggest we just go with adding a comment that
anonymous events that have been send to graphile in the meantime will be
lost. Or something else that makes sense.

* fix typing

* remove test
2022-10-31 12:09:20 +00:00
..
e2e.test.ts chore(ingestion): remove old graphile bufferJob handling (#12528) 2022-10-31 12:09:20 +00:00
jest.setup.js