Skip to content

Commit 3cbe130

Browse files
authored
do not use gosu for snuba-transactions-cleanup and snuba-cleanup (#1564)
1 parent e028a5e commit 3cbe130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@ services:
264264
context: ./cron
265265
args:
266266
BASE_IMAGE: "$SNUBA_IMAGE"
267-
command: '"*/5 * * * * gosu snuba snuba cleanup --storage errors --dry-run False"'
267+
command: '"*/5 * * * * snuba cleanup --storage errors --dry-run False"'
268268
snuba-transactions-cleanup:
269269
<<: *snuba_defaults
270270
image: snuba-cleanup-self-hosted-local
271271
build:
272272
context: ./cron
273273
args:
274274
BASE_IMAGE: "$SNUBA_IMAGE"
275-
command: '"*/5 * * * * gosu snuba snuba cleanup --storage transactions --dry-run False"'
275+
command: '"*/5 * * * * snuba cleanup --storage transactions --dry-run False"'
276276
symbolicator:
277277
<<: *restart_policy
278278
image: "$SYMBOLICATOR_IMAGE"

0 commit comments

Comments
 (0)