Spaces:
Running
Running
chore: add agentic-sql-poc
Browse files
main.py
CHANGED
|
@@ -20,6 +20,7 @@ WORKERS = [
|
|
| 20 |
{"url": "https://oharu121-keiba-oracle.hf.space/healthz", "interval_minutes": 10},
|
| 21 |
{"url": "https://oharu121-rag-demo.hf.space/healthz", "interval_minutes": 10},
|
| 22 |
{"url": "https://oharu121-rich-chat-demo.hf.space/healthz", "interval_minutes": 10},
|
|
|
|
| 23 |
# DB readiness monitoring (with space_id for auto-restart)
|
| 24 |
{
|
| 25 |
"url": "https://oharu121-n8n-workflow.hf.space/healthz/readiness",
|
|
|
|
| 20 |
{"url": "https://oharu121-keiba-oracle.hf.space/healthz", "interval_minutes": 10},
|
| 21 |
{"url": "https://oharu121-rag-demo.hf.space/healthz", "interval_minutes": 10},
|
| 22 |
{"url": "https://oharu121-rich-chat-demo.hf.space/healthz", "interval_minutes": 10},
|
| 23 |
+
{"url": "https://oharu121-agentic-sql-poc.hf.space/healthz", "interval_minutes": 10},
|
| 24 |
# DB readiness monitoring (with space_id for auto-restart)
|
| 25 |
{
|
| 26 |
"url": "https://oharu121-n8n-workflow.hf.space/healthz/readiness",
|