Skip to content

Conversation

jscheffl
Copy link

closes: #27

In Apache Airflow we use retryhttp, especially in Edge Worker (https://airflow.apache.org/docs/apache-airflow-providers-edge3/stable/index.html) to ensure communication in stable for long distance HTTP calls.

We would like to enhance the worker client to use async HTTP (see apache/airflow#56457) but the most common aiohttp library (see https://docs.aiohttp.org/) is not supported - yet.

I propose adding this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support aiohttp in retryhttp

1 participant