Spaces:
Build error
Build error
Commit ·
a2e740e
1
Parent(s): bae0acb
Remove health checking
Browse files
main.py
CHANGED
|
@@ -62,7 +62,7 @@ async def process_queue():
|
|
| 62 |
"response" : f"Cannot insert into database: {e}"
|
| 63 |
}
|
| 64 |
print("Performing health check")
|
| 65 |
-
await check_health()
|
| 66 |
print("Starting task from queue")
|
| 67 |
if len(task) == 3:
|
| 68 |
#await batch_ocr_ext_async(pdf_file, task_id, batch_size)
|
|
|
|
| 62 |
"response" : f"Cannot insert into database: {e}"
|
| 63 |
}
|
| 64 |
print("Performing health check")
|
| 65 |
+
#await check_health()
|
| 66 |
print("Starting task from queue")
|
| 67 |
if len(task) == 3:
|
| 68 |
#await batch_ocr_ext_async(pdf_file, task_id, batch_size)
|