This commit is contained in:
2025-11-07 15:06:25 -08:00
parent cfd7020e1b
commit e25ace802e
2 changed files with 6 additions and 5 deletions

2
app.py
View File

@@ -297,7 +297,7 @@ def fetch_all_projects():
import worker_pool
detailed_rows = worker_pool.process_projects_parallel(projects, bearer, 5)
detailed_rows = worker_pool.process_projects_parallel(projects, bearer, 9)
# Store the results in Firestore
projects_ref = db.collection("projects")
# Clear existing projects