Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Simplify tweaking internal special values #395

Open
Grokzen opened this issue Sep 17, 2020 · 0 comments
Open

Simplify tweaking internal special values #395

Grokzen opened this issue Sep 17, 2020 · 0 comments
Labels
3.0.0 All issues that will be looked at for 3.0.0 release

Comments

@Grokzen
Copy link
Owner

Grokzen commented Sep 17, 2020

There is currently a bunch of internal small but in some cases very important tweaks and configuration values that controlls things like how many times certain things should be retried or timeouts between attempts or similar. Right now all of them is controlled through kwargs variables into the client but this should be simplified into a easier solution.

  • Identify all current hardcoded values
  • Created a new data structure, a dict variable in the client class with default values
  • Remove any current kwargs into the client that configures any of these values
  • Document feature and migration change needed
  • Document usage example in reconfigure a value
  • Document each value and what it does
@Grokzen Grokzen added the 3.0.0 All issues that will be looked at for 3.0.0 release label Sep 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.0.0 All issues that will be looked at for 3.0.0 release
Projects
None yet
Development

No branches or pull requests

1 participant