Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maintenance: long running tasks for FastAPI-based app needs upgrade #3265

Open
sanderegg opened this issue Aug 16, 2022 · 0 comments
Open

maintenance: long running tasks for FastAPI-based app needs upgrade #3265

sanderegg opened this issue Aug 16, 2022 · 0 comments
Assignees
Labels
a:services-library issues on packages/service-libs t:enhancement Improvement or request on an existing feature

Comments

@sanderegg
Copy link
Member

The long running tasks framework in service-library is currently slightly different between AIOHTTP- and FASTAPI-based applications.

The AIOHTPP ones returns directly the result of the task where the fastapi wraps it too much.
see #3258 for details (Refactor long running tasks, result shall be directly returned)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:services-library issues on packages/service-libs t:enhancement Improvement or request on an existing feature
Projects
None yet
Development

No branches or pull requests

4 participants