fix: reduced the replica instance count to 1 for WAF version #638
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request primarily adds improved logging and debugging output across several API and plugin functions to aid in monitoring and troubleshooting. The changes also include minor adjustments to resource configuration in infrastructure code. The most important changes are grouped below:
API and Plugin Logging Enhancements:
conversationinapi_routes.pyto log incoming chat requests and their IDs, improving traceability.get_database_metrics,get_call_insights, andgenerate_chart_datainchat_with_data_plugin.py) by logging exceptions and responses, making debugging easier when failures occur. [1] [2] [3] [4] [5]stream_chat_requestandcomplete_chat_requestmethods ofchat_service.py, providing more visibility into chat processing. [1] [2]Infrastructure Configuration:
skuCapacitylogic in thewebServerFarmmodule inmain.bicepso that scalability no longer increases capacity, possibly reflecting a change in scaling strategy.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information