Skip to content

Commit

Permalink
fix: Ensure snuba cleanup job runs on the correct storage (getsentry#923
Browse files Browse the repository at this point in the history
)

Follow up to getsentry#920.
  • Loading branch information
lynnagara authored Apr 14, 2021
1 parent 257bccc commit 35a45ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ services:
context: ./cron
args:
BASE_IMAGE: "$SNUBA_IMAGE"
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
command: '"*/5 * * * * gosu snuba snuba cleanup --storage errors --dry-run False"'
symbolicator:
<<: *restart_policy
image: "$SYMBOLICATOR_IMAGE"
Expand Down

0 comments on commit 35a45ea

Please sign in to comment.