-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance logging, update configs, and improve performance
- Added logging to console in `Services.Actor.fs` for Cosmos DB details. - Updated ASP.NET Core doc link in `Common.SDK.fs` to version 9.0. - Modified comment in `Common.SDK.fs` for custom `SocketsHttpHandler`. - Changed HTTP client timeout in `Common.SDK.fs` to 60s for non-debug builds. - Removed commented-out logging line in `Common.SDK.fs`. - Replaced fixed delay with conditional loop in `General.Server.Tests.fs` for Dapr init. - Updated base image in `Grace.Server.fsproj` to .NET preview.7. - Fixed namespace formatting in `LogRequestHeaders.Middleware.fs`. - Added logging for request paths in `LogRequestHeaders.Middleware.fs`, excluding `/healthz`. - Increased SAS token expiration in `Constants.Shared.fs` to 15 minutes. - Reduced `MaxDegreeOfParallelism` in `Constants.Shared.fs` to 2x processor count. - Enhanced `getObjectFileName` in `Utilities.Shared.fs` for files without extensions. - Added Dapr environment variables to `kubernetes-deployment.yaml` for Grace server.
- Loading branch information
1 parent
1479c61
commit f46f24e
Showing
8 changed files
with
24 additions
and
16 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
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