Results 8 comments of tyong920

同样问题。路由器本身DNS确实不可用,比如`root@iStoreOS:~# ping www.baidu.com ping: bad address 'www.baidu.com'`

@desertaxle By the way, may I ask if Prefect, especially version 3.0, supports parallel execution of subflows? I haven’t found any documentation or examples mentioning this feature. If you could...

> @tyong920 you should be able to run child flows concurrently/in parallel as you would any other Python function. This issue shows some snags when using `asyncio` for concurrency due...

Appreciate the info—I’ll check it out!