Yakko Majuri

Results 23 issues of Yakko Majuri

## TL;DR Let's use the main DB as a backup for Aurora when enqueuing jobs. See https://github.com/PostHog/posthog/pull/11785 ## Problem Our jobs pipeline is currently not robust enough. Initially we noticed...

enhancement
plugin-server

## Problem https://github.com/PostHog/posthog/issues/11784 ## Changes If a separate DB is specified for jobs, allow using the main DB as a backup. ## How did you test this code?

## Changes Super WIP, just giving visibility. Things that still need doing (either now or later): - Restructure the docs to determine where this should sit - Adding dashboards/panels to...

Update index.d.ts with better type definitions. Particularly useful is typing for the options object to ensure proper configuration from users

We give users a lot of flexibility when building insights, but realistically we could be more opinionated in order to prevent users from shooting themselves in the foot and/or prevent...

enhancement
feature/product-analytics

Putting this up to show what I've been working on although to be fair feels like I may have hit a dead end? I broke down the active users query...

Documenting this for now as I'm working on something else. Maybe I'll pick this up later. Our queries mostly make use of iterating over an interval and then doing unions...

enhancement
clickhouse
feature/product-analytics

Getting things rolling here. Mostly implementing, testing, and benchmarking a @macobo suggestion. The WAUs / MAUs query (`ACTIVE_USERS_SQL`) seems to be a bit suboptimal in a few areas. One of...

Quick dump of a checklist for now: **Required tasks** - [x] Create MSK cluster - [x] Create appropriate security group and add to brokers - [x] Check that plugin tasks...

ingestion

We need to have a way to consume from the dead letter queue while maximizing for correctness after a full outage. Changes required: - [ ] Implement a mechanism to...

persons-on-events