PremiereGlobal / stim

Speeding up development with glue that brings tools together
MIT License
15 stars 7 forks source link

Config changes #71

Closed lwahlmeier closed 3 years ago

lwahlmeier commented 3 years ago

Looks good; so we would need to provide the below on the stim CLI to enable the throttling retry? I'm guessing it could go into the config file as well.

stim deploy -e something -i somewhere --vault-retryOnThrottle=true

Right now you actually cant set it on the CLI as an arg you would just do something like STIM_VAULT_RETRYONTHROTTLE=true; stim deploy -e something -i somewhere or you can put it in the stim config.yaml

vault:
  retryOnThrottle: true

we can add a cli option for it but we dont have good ways of passing cli args from stim deploy into stimpacks yet, techincally this should be a cli option on stim aws login

hyperbolist commented 3 years ago

Any plans to make retry count configurable? Otherwise LGTM.

lwahlmeier commented 3 years ago

Any plans to make retry count configurable? Otherwise LGTM.

Yeah might be a good feature to add later