nutanix / calm-dsl

Keep Calm and DSL On!
https://nutanix.github.io/calm-dsl/
Apache License 2.0
33 stars 51 forks source link

Pass api parameters as dsl config/cli paramters. #152

Closed abhijeetkaurav1st closed 1 year ago

abhijeetkaurav1st commented 3 years ago

Add retries count, read timeout as cli params or config parameter. That can increase the processing of some dsl commands.

For ex: If configuration of two verified account is disturbed/screwed.calm update cache command is taking 30s (read timeout) 3 (retries) 2 images and subnets * 2 (no of accounts) = 360 seconds (6 minutes and no result at all)

abhijeetkaurav1st commented 1 year ago

Also https://github.com/nutanix/calm-dsl/issues/190

abhijeetkaurav1st commented 1 year ago

Resolved as part of #190