Skip to content

Commit 8051bbd

Browse files
authored
feat: Add taskbroker mode that doesn't start workers (#99474)
Folks often want to use `devserver --workers` and this mode makes that workflow more ergonomic.
1 parent e2d854d commit 8051bbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devservices/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ x-sentry-service-config:
164164
chartcuterie: [postgres, snuba, chartcuterie, spotlight]
165165
launchpad: [snuba, postgres, relay, spotlight, launchpad]
166166
objectstore: [snuba, postgres, relay, spotlight, objectstore]
167-
taskbroker:
167+
taskbroker: [snuba, postgres, relay, spotlight, taskbroker]
168+
taskworker:
168169
[snuba, postgres, relay, taskbroker, spotlight, taskworker, taskworker-scheduler]
169170
backend-ci: [snuba, postgres, redis, bigtable, redis-cluster, symbolicator]
170171
rabbitmq: [postgres, snuba, rabbitmq, spotlight]

0 commit comments

Comments
 (0)