From e972118d297125c2007fd7871863c6c8bfcbdadf Mon Sep 17 00:00:00 2001 From: Edward Oliveira Date: Sat, 18 Apr 2026 17:06:37 -0300 Subject: [PATCH] chore: remove --batch-size from backfill_file_metadata call (default 500) Co-Authored-By: Claude Sonnet 4.6 --- docker/startup_scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/startup_scripts/start.sh b/docker/startup_scripts/start.sh index a6cb1bd4f..2bacd2c4a 100755 --- a/docker/startup_scripts/start.sh +++ b/docker/startup_scripts/start.sh @@ -273,7 +273,7 @@ main() { # deployed. Runs as a background job so pod startup is not delayed. # Must be after migrate_db so the base_file_metadata table exists. # Once all instances have been fully backfilled this line can be removed. - python3 manage.py backfill_file_metadata --batch-size=200 --rate-limit=20 & + python3 manage.py backfill_file_metadata --rate-limit=20 & configure_solr || true configure_sapn create_admin