Spaces:
Running
Running
Update app/app.py
Browse files- app/app.py +2 -1
app/app.py
CHANGED
|
@@ -21,7 +21,8 @@
|
|
| 21 |
|
| 22 |
from quart import Quart, request, jsonify # async Flask — required for async providers + Neon DB
|
| 23 |
import logging
|
| 24 |
-
from
|
|
|
|
| 25 |
import threading # bank-pattern: each blocking service gets its own thread
|
| 26 |
import requests # sync HTTP for health check worker
|
| 27 |
import time
|
|
|
|
| 21 |
|
| 22 |
from quart import Quart, request, jsonify # async Flask — required for async providers + Neon DB
|
| 23 |
import logging
|
| 24 |
+
from hypercorn.asyncio import serve
|
| 25 |
+
from hypercorn.config import Config
|
| 26 |
import threading # bank-pattern: each blocking service gets its own thread
|
| 27 |
import requests # sync HTTP for health check worker
|
| 28 |
import time
|