Skip to content

Backend is not able to run multiple requests at the same time. #5

@mateusfbsoares

Description

@mateusfbsoares

Flask does not handle asynchronicity by default. To solve this issue we musk use something like celery to be able to have multiple workers to handle multiples processing works at the same time.
In my tests, when two files are uploaded at the same time, one of them stays as "processing" forever on the frontend because the backend halts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions