We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e028a5e commit 3cbe130Copy full SHA for 3cbe130
docker-compose.yml
@@ -264,15 +264,15 @@ services:
264
context: ./cron
265
args:
266
BASE_IMAGE: "$SNUBA_IMAGE"
267
- command: '"*/5 * * * * gosu snuba snuba cleanup --storage errors --dry-run False"'
+ command: '"*/5 * * * * snuba cleanup --storage errors --dry-run False"'
268
snuba-transactions-cleanup:
269
<<: *snuba_defaults
270
image: snuba-cleanup-self-hosted-local
271
build:
272
273
274
275
- command: '"*/5 * * * * gosu snuba snuba cleanup --storage transactions --dry-run False"'
+ command: '"*/5 * * * * snuba cleanup --storage transactions --dry-run False"'
276
symbolicator:
277
<<: *restart_policy
278
image: "$SYMBOLICATOR_IMAGE"
0 commit comments