Skip to content

Commit 96f23c6

Browse files
chore(devservices): Bump devservices to 1.2.1 (#93774)
This bumps devservices to 1.2.1, and moves programs.conf file contents to the config.yml
1 parent f158d01 commit 96f23c6

File tree

4 files changed

+50
-114
lines changed

4 files changed

+50
-114
lines changed

devservices/config.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,54 @@ x-sentry-service-config:
238238
worker,
239239
]
240240

241+
x-programs:
242+
devserver:
243+
command: sentry devserver
244+
taskworker:
245+
command: sentry run taskworker --autoreload
246+
taskworker-scheduler:
247+
command: sentry run taskworker-scheduler
248+
ingest-events:
249+
command: sentry run consumer ingest-events --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
250+
ingest-attachments:
251+
command: sentry run consumer ingest-attachments --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
252+
ingest-transactions:
253+
command: sentry run consumer ingest-transactions --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
254+
ingest-monitors:
255+
command: sentry run consumer ingest-monitors --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
256+
monitors-clock-tick:
257+
command: sentry run consumer monitors-clock-tick --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
258+
monitors-clock-tasks:
259+
command: sentry run consumer monitors-clock-tasks --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
260+
monitors-incident-occurrences:
261+
command: sentry run consumer monitors-incident-occurrences --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
262+
ingest-profiles:
263+
command: sentry run consumer ingest-profiles --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
264+
ingest-occurrences:
265+
command: sentry run consumer ingest-occurrences --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
266+
process-spans:
267+
command: sentry run consumer process-spans --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
268+
process-segments:
269+
command: sentry run consumer process-segments --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
270+
uptime-results:
271+
command: sentry run consumer uptime-results --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
272+
ingest-metrics:
273+
command: sentry run consumer ingest-metrics --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
274+
ingest-generic-metrics:
275+
command: sentry run consumer ingest-generic-metrics --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
276+
billing-metrics-consumer:
277+
command: sentry run consumer billing-metrics-consumer --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
278+
post-process-forwarder-errors:
279+
command: sentry run consumer post-process-forwarder-errors --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
280+
post-process-forwarder-transactions:
281+
command: sentry run consumer post-process-forwarder-transactions --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
282+
post-process-forwarder-issue-platform:
283+
command: sentry run consumer post-process-forwarder-issue-platform --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
284+
ingest-feedback-events:
285+
command: sentry run consumer ingest-feedback-events --consumer-group=sentry-consumer --auto-offset-reset=latest --no-strict-offset-reset
286+
worker:
287+
command: sentry run worker -c 1 --autoreload
288+
241289
services:
242290
postgres:
243291
image: ghcr.io/getsentry/image-mirror-library-postgres:14-alpine

devservices/programs.conf

Lines changed: 0 additions & 112 deletions
This file was deleted.

requirements-dev-frozen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ cryptography==44.0.1
3737
cssselect==1.0.3
3838
cssutils==2.9.0
3939
datadog==0.49.1
40-
devservices==1.2.0
40+
devservices==1.2.1
4141
distlib==0.3.8
4242
distro==1.8.0
4343
django==5.2.1

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--index-url https://pypi.devinfra.sentry.io/simple
22

33
sentry-devenv>=1.21
4-
devservices>=1.2.0
4+
devservices>=1.2.1
55

66
covdefaults>=2.3.0
77
sentry-covdefaults-disable-branch-coverage>=1.0.2

0 commit comments

Comments
 (0)