neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
12 stars 14 forks source link

AWS and beaker providers are not async #33

Open pvoborni opened 4 years ago

pvoborni commented 4 years ago

They use blocking code in async function which makes it not async.

The following blog post describes the problem and a possible solution: https://dev.to/0xbf/turn-sync-function-to-async-python-tips-58nn

dav-pascual commented 1 week ago

This is old, but is this still the case? I see in AWS provider that core methods are async, which call some utility non async methods