oneuptime/ProbeIngest/API
Nawaz Dhandala 2fbc44d5c3
Refactor API endpoints to include error handling middleware
- Updated multiple API routes to use NextFunction for error handling.
- Wrapped asynchronous route handlers in try-catch blocks to catch and pass errors to the next middleware.
- Ensured consistent error responses across various endpoints, improving maintainability and readability.
- Enhanced the structure of the code by reducing nested try-catch blocks and improving flow control.
2025-10-07 21:46:25 +01:00
..
Metrics.ts feat: Add KEDA autoscaling configuration for various ingests 2025-08-01 10:29:02 +01:00
Monitor.ts Refactor comments across multiple files to improve clarity and consistency 2025-10-02 11:53:55 +01:00
Probe.ts Refactor API endpoints to include error handling middleware 2025-10-07 21:46:25 +01:00
Register.ts Rename Ingestor to ProbeIngest; update configurations, routes, and Docker support; add new request types and workflows 2024-11-21 17:18:22 +00:00