Skip to content

Commit

Permalink
fix: Add missing snuba transactions clean up service (#924)
Browse files Browse the repository at this point in the history
Follow up to #920 and #923.
  • Loading branch information
BYK authored Apr 15, 2021
1 parent 35a45ea commit e0dde9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,14 @@ services:
args:
BASE_IMAGE: "$SNUBA_IMAGE"
command: '"*/5 * * * * gosu snuba snuba cleanup --storage errors --dry-run False"'
snuba-transactions-cleanup:
<<: *snuba_defaults
image: snuba-cleanup-onpremise-local
build:
context: ./cron
args:
BASE_IMAGE: "$SNUBA_IMAGE"
command: '"*/5 * * * * gosu snuba snuba cleanup --storage transactions --dry-run False"'
symbolicator:
<<: *restart_policy
image: "$SYMBOLICATOR_IMAGE"
Expand Down

0 comments on commit e0dde9c

Please sign in to comment.