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
Describe the bug
Currently, we are facing some error logs on the Monitoring Dashboard that there are a few instances when the Google Cloud function is not able to handle the sudden load and fails to scale up in certain cases.
Here is the error log:
The request was aborted because there was no available instance.
Additional troubleshooting documentation can be found at: https://cloud.google.com/functions/docs/troubleshooting#scalability
Sachinbisht27
changed the title
[BUG]
[BUG] Diagnosis on the issue of no availability of instances in the RP_IVR Callback service
Feb 12, 2024
Sachinbisht27
changed the title
[BUG] Diagnosis on the issue of no availability of instances in the RP_IVR Callback service
Diagnosis on the issue of no availability of instances in the RP_IVR Callback service
Feb 12, 2024
Diagnosis:
Sometimes, our existing infrastructure faced challenges in managing the application load. There were instances where we received webhooks from Kookoo, but unfortunately, our infrastructure is insufficient to capture and process them.
Current Observations:
On crossing the 10 instance count in the cloud function, we are getting the error on the monitoring dashboard and the failure for the webhook processing is occurring.
Impact:
Approx. 500-600 webhook failures in a month.
Solution:
Ways in which we can enhance the capability of current infrastructure. A way is to implement the queue-based approach.
Closing this issue as the diagnosis is completed and created a new issue for the Implementation of the Queue service in the RP_IVR callback. DostEducation/rp-ivr-webhook-handler#11
Describe the bug
Currently, we are facing some error logs on the Monitoring Dashboard that there are a few instances when the Google Cloud function is not able to handle the sudden load and fails to scale up in certain cases.
Here is the error log:
To Reproduce
Check the error logs of the Cloud function
Expected behavior/Action Items:
Screenshots
Additional context
NA
Acceptance Criteria
Documentation
Add whatever documentation will be required here.
The text was updated successfully, but these errors were encountered: