Skip to content

Commit e0dde9c

Browse files
authored
fix: Add missing snuba transactions clean up service (#924)
Follow up to #920 and #923.
1 parent 35a45ea commit e0dde9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,14 @@ services:
173173
args:
174174
BASE_IMAGE: "$SNUBA_IMAGE"
175175
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"'
176184
symbolicator:
177185
<<: *restart_policy
178186
image: "$SYMBOLICATOR_IMAGE"

0 commit comments

Comments
 (0)