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

The current services in our seqcol implementation are not asynchronous #57

Open
waterflow80 opened this issue Oct 24, 2023 · 0 comments

Comments

@waterflow80
Copy link
Collaborator

The services in our seqcol implementation, such as the ingestion, the comparison, and the fetching, are not implemented asynchronously.
This will have a bad effect especially when calling the ingestion process, because it may take up to some minutes depending on the assembly's size and the internet connection, and this will force other users to wait unnecessary time when executing other requests at the same time.

So, we need to make each call/invocation work asynchronously (work in parallel).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant