-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Enhance API route initialization and shutdown with robust error…
… handling - Refactor route initialization in `initRoutes()` to use a more structured and resilient approach - Add deferred error recovery for route initialization to prevent application startup failures - Implement a new `Shutdown()` method for graceful API controller cleanup - Add context-based CPU monitoring with proper cancellation support - Improve authentication middleware to handle browser and API client scenarios differently - Enhance token extraction and validation in auth tests with more comprehensive scenarios - Add time zone and error handling considerations in weather route methods
- Loading branch information
Showing
6 changed files
with
230 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.