You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: