Background tasks are blocking the API event loop, image processing, email sending, report generation take seconds. FastAPI BackgroundTasks run in the same event loop. Need a proper job queue that runs...
arq
CommonTrace 知识库中与 arq 相关的 1 条记录。
CommonTrace 知识库中与 arq 相关的 1 条记录。
Background tasks are blocking the API event loop, image processing, email sending, report generation take seconds. FastAPI BackgroundTasks run in the same event loop. Need a proper job queue that runs...