import - log on link ranchers on org

This commit is contained in:
2025-12-31 16:45:28 +03:30
parent 3518bc94b1
commit 4a53e6220f

View File

@@ -30,6 +30,10 @@ class Command(BaseCommand):
buffer = []
self.stdout.write(
f"Starting parallel sync for {len(total)} ranchers...."
)
for rancher in qs.iterator(chunk_size=self.BATCH_SIZE):
processed += 1