alexhsamuel / apsis

General-purpose scheduler.
Other
2 stars 2 forks source link

Select aiohttp with env var APSIS_ASYNC_HTTP=aiohttp. #291

Closed alexhsamuel closed 11 months ago

alexhsamuel commented 11 months ago

With APSIS_ASYNC_HTTP=httpx (default), use HTTPX. With APSIS_ASYNC_HTTP=aiohttp, use aiohttp instead.