health monitoring endpoing not coming up #89
Unanswered
dilettante77
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, a big thank you for publishing this project on GitHub. I have just started tinkering around with it and for most parts it just works out of the box, with at little hiccup in installing ta-lib. The mcp endpoint works with claude perfectly. However the health monitoring endpoints dont seem to come up for me. In the logs i see:
2025-12-29 13:10:49,752 - maverick_mcp.monitoring.health_monitor - INFO - Starting health monitoring system... 2025-12-29 13:10:49,752 - maverick_mcp.monitoring.health_monitor - INFO - Started 4 monitoring tasks 2025-12-29 13:10:49,853 - maverick_mcp.server - INFO - ✅ Background health monitoring started 2025-12-29 13:10:49,853 - maverick_mcp.monitoring.health_monitor - INFO - Started health check monitoring loop 2025-12-29 13:10:49,853 - maverick_mcp.monitoring.health_monitor - INFO - Started circuit breaker monitoring loop 2025-12-29 13:10:49,854 - maverick_mcp.monitoring.health_monitor - INFO - Started resource monitoring loop Still waiting for backend to start... (12/45) 2025-12-29 13:10:50,856 - maverick_mcp.monitoring.health_monitor - INFO - Started alert processing loop 2025-12-29 13:10:50,857 - maverick_mcp.monitoring.health_monitor - INFO - Resource monitoring loop stopped 2025-12-29 13:10:50,857 - maverick_mcp.monitoring.health_monitor - INFO - Circuit breaker monitoring loop stopped 2025-12-29 13:10:50,857 - maverick_mcp.monitoring.health_monitor - INFO - Health check monitoring loop stoppedThe debugger shows a asyncio.CancelledError but I haven't been able to figure it out yet.
Beta Was this translation helpful? Give feedback.
All reactions