Browse Source

chore: remove --batch-size from backfill_file_metadata call (default 500)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
file-metafields
Edward Ribeiro 2 weeks ago
parent
commit
e972118d29
  1. 2
      docker/startup_scripts/start.sh

2
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

Loading…
Cancel
Save