Skip to content

Commit 35a45ea

Browse files
authored
fix: Ensure snuba cleanup job runs on the correct storage (#923)
Follow up to #920.
1 parent 257bccc commit 35a45ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ services:
172172
context: ./cron
173173
args:
174174
BASE_IMAGE: "$SNUBA_IMAGE"
175-
command: '"*/5 * * * * gosu snuba snuba cleanup --dry-run False"'
175+
command: '"*/5 * * * * gosu snuba snuba cleanup --storage errors --dry-run False"'
176176
symbolicator:
177177
<<: *restart_policy
178178
image: "$SYMBOLICATOR_IMAGE"

0 commit comments

Comments
 (0)