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
Right now retries_enabled is set to True. It doesn't exactly get the correct message of api breakage. Max retries exceeded with url: /api/nutanix/v3/services/nucalm/status (Caused by ResponseError('too many 503 error responses'))
Make it configurable calm set config --retries enable/disable. By default it will be enable.
The text was updated successfully, but these errors were encountered:
Right now retries_enabled is set to True. It doesn't exactly get the correct message of api breakage.
Max retries exceeded with url: /api/nutanix/v3/services/nucalm/status (Caused by ResponseError('too many 503 error responses'))
Make it configurable
calm set config --retries enable/disable
. By default it will be enable.The text was updated successfully, but these errors were encountered: