Spaces:
Sleeping
Sleeping
Commit ·
9f844a3
1
Parent(s): 49b6ab0
feat: trying to pause translation
Browse files- ingest_rajasthan.py +1 -1
ingest_rajasthan.py
CHANGED
|
@@ -183,7 +183,7 @@ async def run_unified_scraper():
|
|
| 183 |
except Exception as e:
|
| 184 |
print(f"⚠️ Upload Error: {e}")
|
| 185 |
|
| 186 |
-
await asyncio.sleep(0.1) # Breather for the
|
| 187 |
|
| 188 |
await db_client.aclose()
|
| 189 |
print(f"\n🎉 ALL INGESTION PIPELINES COMPLETE! Successfully ingested {success_count} clean schemes.")
|
|
|
|
| 183 |
except Exception as e:
|
| 184 |
print(f"⚠️ Upload Error: {e}")
|
| 185 |
|
| 186 |
+
await asyncio.sleep(0.1) # Breather for the databasee
|
| 187 |
|
| 188 |
await db_client.aclose()
|
| 189 |
print(f"\n🎉 ALL INGESTION PIPELINES COMPLETE! Successfully ingested {success_count} clean schemes.")
|