conductor-sdk / conductor-python

Conductor OSS SDK for Python programming language
Apache License 2.0
62 stars 29 forks source link

Evaluate if async parameter usage at internal API client can improve performance #99

Closed gardusig closed 2 years ago

gardusig commented 2 years ago

All APIs support a parameter async, may be relevant when considering API client with a larger shared thread pool

gardusig commented 2 years ago

Done: https://github.com/conductor-sdk/conductor-python/releases/tag/v1.0.46

Actually, having a threadpool of requests wasn't that helpful given that it currently operates in multiprocessing arch