-
gdal should support asynchronous HTTP (and HTTP2 protocols) with asyncio patterns. For example, all /vsis3 reads are synchronous, with no support for asyncio patterns to await an s3 read. If the asy…
-
Home Assistant
Core 2024.7.3
Supervisor 2024.06.2
Operating System 12.4
`WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open with args ('/root/.netrc',) inside the eve…
demey updated
2 weeks ago
-
### Description
Right now asyncio support in accelerated DAGs uses a slightly different codepath from normal DAGs:
- you need to specify `enable_asyncio=True` in `dag.experimental_compile()`
- you …
-
# 🐛 Bug Description
In CI, it seems like the builds fail periodically because of sequence number synchronization issues (usually because we aren't waiting on the sequence number), or it may be poss…
-
### What needs to change?
Currently, we have a synchronous version of the serial driver used by `electrical_protocol`. However, it would be great to have an asynchronous version of this driver. This …
-
Just an idea for discussion.
`concurrent.futures.Future` is more compatible with other framework. Especially it can be converted to asyncio future directly by `asyncio.wrap_future` that make it eas…
-
From #2481:
[@mhsmith] Should we add a test to the Toga testbed to cover asyncio network access, since both Android and WinForms have their event loop implementations in this repository?
[@freak…
-
```
Traceback (most recent call last):
File "C:\Users\sloopjohnb\Downloads\ArchivedUltimaScraper-7.6.1\start_ofd.py", line 104, in
asyncio.run(main())
File "C:\Users\sloopjohnb\AppData\Lo…
-
In https://mail.python.org/pipermail/async-sig/2016-June/000033.html Ben Darnell asked for `asyncio.timeout()` removing.
I understand the problem (hopefully).
But the timeout context manager is very…
-
This job
```
- name: Sync Postgres to Another Postgres Table
source:
ref: PG1
query_string: "SELECT * FROM existing_table"
destination:
ref: PG2
table_name:…