Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS and beaker providers are not async #33

Open
pvoborni opened this issue Sep 20, 2020 · 1 comment
Open

AWS and beaker providers are not async #33

pvoborni opened this issue Sep 20, 2020 · 1 comment
Labels
unexpected behavior Reporting of unexpected behaviors like tracebacks etc.

Comments

@pvoborni
Copy link
Contributor

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

@Tiboris Tiboris added the unexpected behavior Reporting of unexpected behaviors like tracebacks etc. label Jun 16, 2021
@dav-pascual
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unexpected behavior Reporting of unexpected behaviors like tracebacks etc.
Projects
None yet
Development

No branches or pull requests

3 participants