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 35a45ea commit e0dde9cCopy full SHA for e0dde9c
docker-compose.yml
@@ -173,6 +173,14 @@ services:
173
args:
174
BASE_IMAGE: "$SNUBA_IMAGE"
175
command: '"*/5 * * * * gosu snuba snuba cleanup --storage errors --dry-run False"'
176
+ snuba-transactions-cleanup:
177
+ <<: *snuba_defaults
178
+ image: snuba-cleanup-onpremise-local
179
+ build:
180
+ context: ./cron
181
+ args:
182
+ BASE_IMAGE: "$SNUBA_IMAGE"
183
+ command: '"*/5 * * * * gosu snuba snuba cleanup --storage transactions --dry-run False"'
184
symbolicator:
185
<<: *restart_policy
186
image: "$SYMBOLICATOR_IMAGE"
0 commit comments