Commit graph

191 commits

Author SHA1 Message Date
Laurin Quast
ec77725ca1
feat: persistent job queue with postgraphile worker (#7383)
Co-authored-by: jdolle <1841898+jdolle@users.noreply.github.com>
2026-01-12 13:13:23 +01:00
Dotan Simha
815f279d32
fix(deployment): upgrade pulumi, solve race-condition between Service and Deployment, fix Secrets updating (#7460) 2026-01-07 10:55:55 +01:00
Valentin Cocaud
c728a995e2
feat(server): add hive tracing integration (#7410)
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
2025-12-18 16:01:48 +01:00
Adam Benhassen
1316d9a162
otel-collector: fix oom, add profiling extensions and benchmark report (#7262) 2025-12-01 15:35:12 +02:00
Denis Badurina
eb700a1b50
Bump Hive Gateway and no cross-origin credentials (#7305) 2025-11-25 11:10:14 +01:00
Laurin Quast
9c19215cab
feat: aws lambda cdn handler (#7292) 2025-11-24 11:04:22 +01:00
Laurin Quast
93852ce6f3
chore: use hive console in addition to additional trace collector (#7104) 2025-10-21 11:13:52 +02:00
Laurin Quast
53d8fc5266
chore: otel resources on staging should mirror prod (#7126) 2025-10-16 13:00:17 +02:00
Laurin Quast
2498407831
chore: adjust otel insert config (#7122) 2025-10-15 18:39:38 +02:00
Laurin Quast
4f70fc9555
feat: otel telemetry collection and dashboard (#6796)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
Co-authored-by: Denis Badurina <denis@denelop.com>
2025-10-10 14:06:02 +02:00
Laurin Quast
8a2bcb3740
chore: use hive gateway v2 (#7062) 2025-09-30 11:52:20 +02:00
Laurin Quast
afc7168130
Revert "feat: upgrade hive gateway public api gateway" (#7058) 2025-09-29 12:03:18 +02:00
Laurin Quast
061ab48f11
feat: upgrade hive gateway public api gateway (#7049) 2025-09-25 19:27:34 +02:00
Dotan Simha
61ec7de70d
fix(deployment): further adjustments to staging resources limits 2025-09-21 11:37:59 +03:00
Dotan Simha
2c3e72886d
adjust resources and pods/replicas count in staging+prod (#7010) 2025-09-18 17:22:58 +03:00
Dotan Simha
5570ef71fa
standalone domains for dev/staging (#7009) 2025-09-17 16:16:15 +03:00
Dotan Simha
7c063ca1b0
fix(deployment): use hostname for topologyKey instead of region, update resources settings and staging configs (#7005) 2025-09-16 14:06:42 +03:00
Laurin Quast
edf528b310
fix(schema): always treat network errors as schema publish rejections (#6779) 2025-05-14 09:11:53 +02:00
jdolle
132feb93e8
Reduce usage service readiness threshold (#6759) 2025-05-01 14:44:48 -07:00
Laurin Quast
eb5ff4847a
feat(schema): cache adjustments (#6747) 2025-04-17 13:43:15 +02:00
Dotan Simha
f885514066
fix(redis): memory and config adjustments (#6746) 2025-04-17 08:43:16 +03:00
Dotan Simha
d1b8d4ce1d
fix: added Grafana metrics for Redis instance (#6733) 2025-04-16 11:31:36 +03:00
Laurin Quast
9bdc6d59e2
chore: hive gateway as entrypoint for the public api (#6703)
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2025-04-16 10:03:33 +02:00
Laurin Quast
e087c21496
chore: increase redis memory (#6730) 2025-04-15 08:04:57 +00:00
Laurin Quast
d0e0b65fc6
feat(schema): run composition in worker threads (#6725) 2025-04-14 13:48:42 +02:00
Laurin Quast
2687c2b14c
feat(deployment): add public graphql api route (#6634) 2025-03-28 11:39:21 +01:00
Dotan Simha
393fc5b7f9
chore(deployment): remove unused sentry-events-monitor for k8s (deprecated) (#6620) 2025-03-17 11:58:50 +02:00
Laurin Quast
0fd4d966ab
feat(deployment): use organization access tokens (#6613) 2025-03-13 18:10:35 +08:00
Laurin Quast
494697e20f
feat(sdk): specify the usage target endpoint for organization access tokens (#6574)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-06 10:47:58 +08:00
Laurin Quast
8c3413a207
feat(usage): report with organization access tokens (#6538)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-03-06 09:19:37 +08:00
Dotan Simha
a31fbd0206
fix(deployment): adjust the resources needed for otel-collector in each env (#6576) 2025-03-04 15:50:12 +02:00
Kamil Kisiela
f60ae6e83e
Replaces rate-limit, stripe-billing and usage-estimator with commerce (#6540) 2025-02-24 10:41:01 +00:00
Kamil Kisiela
2507a9b9e0
In-memory fallback queue and no manual reconnecting of Kafka in Usage service (#6531) 2025-02-18 14:24:06 +00:00
Dotan Simha
ba207485ad
feat: open telemetry tracing for usage service (#6351) 2025-01-17 10:40:18 +01:00
Kamil Kisiela
5e94f5dee5
Fix pg connection string in the database cleanup job (#6246) 2025-01-02 11:26:37 +01:00
Kamil Kisiela
0798fac5a4
Adjust CSP for Preflight Script Iframe (#6237) 2024-12-31 12:09:06 +01:00
Dimitri POSTOLOV
e0eb3bdb28
feat: preflight scripts for laboratory (#5564)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com>
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2024-12-27 10:06:52 +00:00
Tuval Simha
38c14e21d8
feat: audit log for organizations (#5530)
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2024-12-27 10:00:29 +01:00
Dotan Simha
cc0d107b60
Revert "limit memory on usage service" (#6159) 2024-12-24 09:45:17 +02:00
Saihajpreet Singh
38e457b05e
limit memory on usage service (#6083) 2024-12-23 10:13:39 +00:00
Tuval Simha
25f14604f4
Update docker compose PG version (#6142)
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
2024-12-22 11:15:31 +02:00
Dotan Simha
89dbff953a
CSP adjustments to support Lab preflight worker (#6082) 2024-12-16 12:26:19 +02:00
Kamil Kisiela
661d37b8e9
chore: run certain migrations only in production (#6072) 2024-12-04 12:24:59 +01:00
Dotan Simha
5b2b2e91e8
Fix local observability for dev env (#6032) 2024-11-25 13:58:42 +02:00
Dotan Simha
1002e7cfde
Enable observability for dev environment and stdout for sink (#6030) 2024-11-25 12:34:42 +02:00
Laurin Quast
cd9a13cd4f
feat: upgrade supertokens-core to 9.3 (#5897) 2024-11-13 20:41:11 +01:00
Laurin Quast
0eef5edc6b
chore: upgrade supertokens-core to 8.x.x (#5889) 2024-11-11 13:04:45 +01:00
Kamil Kisiela
42b48708b2
Correct the table suffix of CF's Analytics Engine (#5554) 2024-08-29 15:20:56 +02:00
Laurin Quast
23d09836df
feat: CDN request retry race from multiple S3 buckets (#5543)
Co-authored-by: Kamil Kisiela <kamil.kisiela@gmail.com>
2024-08-28 21:48:57 +02:00
Kamil Kisiela
7d5891904e
Grafana: Use 'production' instead of 'prod' in ENV_NAME variable and add p95 for R2 calls (#5544) 2024-08-28 17:31:03 +02:00