You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(backend): refactor list_roadmaps to use async executor for database calls
- Wrap synchronous database call in an executor to prevent blocking the event loop.
- Enhance error handling to log exceptions and raise HTTPException with detailed messages.
- Improve logging for better traceability of the list_roadmaps function.
0 commit comments