sdk-codegen
sdk-codegen copied to clipboard
Investigate python sdk concurrency behavior
specifically, are we using the requests library appropriately if we're called in a threaded context. what about multi-processing? async should be fine - we just block for now (maybe consider non-blocking async support in the future)