Skip to content

Running async tasks in parallel #138

Open
@adnathanail

Description

Really love this package! Can't wait to see it land in Django core

I was wondering if it was possible to run tasks in parallel?

I have some slow network calls which I call asynchronously, but tasks are still executed sequentially. Is it possible to start processing the next task while awaiting a call in a previous one?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    database-backendIssues relating to the database backend

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions