diff --git a/src/sentry/runner/commands/cleanup.py b/src/sentry/runner/commands/cleanup.py index e8631591efd48a..1c81b7dbeec663 100644 --- a/src/sentry/runner/commands/cleanup.py +++ b/src/sentry/runner/commands/cleanup.py @@ -760,7 +760,7 @@ def run_bulk_deletes_by_project( order_by=order_by, ) - for chunk in q.iterator(chunk_size=100, batch_size=30000): + for chunk in q.iterator(chunk_size=100): task_queue.put((imp, chunk)) except Exception: capture_exception(