oharu121 commited on
Commit
cb5b3e7
·
1 Parent(s): 39b50d9

chore: add agentic-sql-poc

Browse files
Files changed (1) hide show
  1. main.py +1 -0
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",