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
Currently the take2 configurations are class level.
So in order to implement different set of defaults for two different implementations in same class they must be re-declaired.
I would like to be able to set defaults per method call:
classServiceincludeTake2# use class defaultsdefcallcall_api_with_retrydo# code ..endend# use method defaultsdefperformcall_api_with_retry(config_hash)do# more code..endendend
The text was updated successfully, but these errors were encountered:
Currently the take2 configurations are class level.
So in order to implement different set of defaults for two different implementations in same class they must be re-declaired.
I would like to be able to set defaults per method call:
The text was updated successfully, but these errors were encountered: