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

17 Commits

Author SHA1 Message Date
Julian Bez
475fee5ca6
fix: Fix subscriptions sending twice (#21581) 2024-04-18 17:38:57 +00:00
timgl
cfcbfadb1b
fix: Fix subscription deliveries happening multiple times (#21419) 2024-04-09 08:03:20 +01:00
Ben White
6a840f4dc9
fix: Add metrics for all celery queues (#20056)
Add metrics for all celery queues
2024-01-31 08:49:14 +00:00
Ben White
7f174faf40
feat: Celery tasks refactor (#19827) 2024-01-18 14:28:10 +01:00
Ben White
9209a5d46a
fix: Revert short circuit (#19817) 2024-01-17 18:25:20 +01:00
Ben White
45c4443d05
fix: Add timeout to subscription reports (#19811) 2024-01-17 17:38:14 +01:00
Frank Hamand
1e42154d34
fix: Temporarily disable deliver subscription report task (#19814) 2024-01-17 17:27:30 +01:00
Tom Owers
5513be7731
chore: upgraded Ruff linter (#18188)
* Upgraded Ruff linter

* Formatted whole codebase with new ruff rules

* Revert import removal

* Fixed mypi issues or added ignores

* Fixed schema formatting

* Fixed hogvm failing tests

* Remove duplicate key in list
2023-10-26 12:38:15 +02:00
Paul D'Ambra
208451b1a0
fix: don't process subscriptions with no assets (#17988) 2023-10-16 14:51:24 +02:00
Paul D'Ambra
00b5a86139
chore: some more logging (#17721) 2023-10-02 20:30:03 +01:00
Paul D'Ambra
fbe6ee31f4
chore: prom counters and timers for subscriptions (#17689)
* chore: prom counters and timers for subscriptions

* Apply suggestions from code review
2023-09-29 13:53:33 +00:00
Karl-Aksel Puulmann
0d9b0bfb56
chore: Kill internal metrics (#12943)
* Remove capturing internal metrics

* Remove capturing internal metrics from FE

* Remove internal metrics from plugin-server

* Remove internal metrics from plugin-server

* Remove internal metrics internal dashboard type

* Clean up Dashboard.tsx

* Remove unused vars

* Remove endpoint, update imports

* Update rate limiting tests

* Update calculate event property usage tests
2022-11-28 10:34:27 +02:00
Michael Matloka
5d2ad6c7bb
chore(deps): Update black to 22.8.0 (#11596)
* chore(deps): Update `black` to `22.8.0`

* Format
2022-09-05 14:38:54 +02:00
Ben White
6cd5628562
fix: Don't export Insights that are deleted (#11375) 2022-08-19 07:49:23 +00:00
Ben White
c835a30ee0
fix: Export issues (#10625)
* Add retries to image exporting
* Tried to remove shm usage for higher reliability
* Fixed next_delivery_date to only be reset if the rrule changes
2022-07-04 14:52:50 +00:00
Ben White
925a54b5ad
feat: Slack Invite message (#10478)
* feat: Slack Subscription Invites
2022-06-24 15:18:34 +02:00
Ben White
1484b846ce
feat(subscriptions): Add Slack Subscriptions (#10388)
* Added slack configuration options
* Added slack selection UI
2022-06-24 10:29:45 +02:00