asyncio.sleep()在Uvicorn和Starlette中等待时被取消,但在其他情况下可以正常工作。
创始人
2024-09-21 05:30:39
0

这是因为在Uvicorn和Starlette中,当一个HTTP请求被取消时,它会中断正在进行的所有协程。因此,在使用asyncio.sleep()等待时,如果请求被取消,协程将被中断,从而导致asyncio.sleep()立即停止并抛出CancelledError。

要解决这个问题,可以将asyncio.sleep()包装在try/except块中,以捕获CancelledError并返回。以下示例演示了如何包装asyncio.sleep()以使其在Uvicorn和Starlette中正常工作。

import asyncio
from starlette.applications import Starlette
from starlette.responses import JSONResponse


async def long_running_task():
    try:
        await asyncio.sleep(10)
        return {"status": "done"}
    except asyncio.CancelledError:
        return {"status": "cancelled"}


app = Starlette()


@app.route("/")
async def homepage(request):
    task = asyncio.ensure_future(long_running_task())

    while not task.done():
        await asyncio.sleep(0)

    return JSONResponse(task.result())

在上面的示例中,我们将asyncio.sleep()包装在try/except块中以捕获CancelledError,并返回“cancelled”状态。这将确保即使请求被取消,也不会中断协程并导致asyncio.sleep()被取消。

相关内容

热门资讯

线上(wepoke真的)原来是... 线上(wepoke真的)原来是真的有挂!其实真的有挂(2022已更新)(哔哩哔哩);亲,其实确实真的...
两教程(Wepoke程序)软件... 两教程(Wepoke程序)软件透明挂辅助工具(软件透明挂)透视辅助(2024已更新)(哔哩哔哩);致...
软件(wepoke透明)原来是... 软件(wepoke透明)原来是真的有挂!其实真的有挂(2020已更新)(哔哩哔哩)是一款可以让一直输...
一模拟器(德扑工具)外挂辅助工... 一模拟器(德扑工具)外挂辅助工具(透视)透视辅助(2025已更新)(哔哩哔哩);亲真的是有正版授权,...
系统(aapoker讲解)竟然... 系统(aapoker讲解)竟然真的有挂!其实真的有挂(2021已更新)(哔哩哔哩);aapoker讲...
6系统(aapoker下载)外... 6系统(aapoker下载)外挂辅助工具(辅助挂)透视辅助(2023已更新)(哔哩哔哩)aapoke...
智能(德扑之星刷数据)果真真的... 智能(德扑之星刷数据)果真真的有挂!原来真的有挂(2025已更新)(哔哩哔哩);《WPK辅助透视》‌...
1机器人(德州nzt软件)软件... 1机器人(德州nzt软件)软件透明挂辅助软件(透视)透视辅助(2022已更新)(哔哩哔哩);人气非常...
ai代打(德扑之星决策)确实是... ai代打(德扑之星决策)确实是真的有挂!原来真的有挂(2020已更新)(哔哩哔哩);科技详细教程小薇...
第8透明(wepoke数据)外... 第8透明(wepoke数据)外挂透明挂辅助神器(辅助挂)透视辅助(2023已更新)(哔哩哔哩);原来...