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

Stalled backend for large cell data payloads #314

Open
jimmymathews opened this issue May 1, 2024 · 1 comment
Open

Stalled backend for large cell data payloads #314

jimmymathews opened this issue May 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jimmymathews
Copy link
Collaborator

When the cell-data API endpoint is queried for a sample with a large number of cells (e.g. 700k), the query seems to be forwarded correctly to the cells service, which then correctly finds a cached version (if it exists), but the API service does not seem to be receiving the payloads from the cells service. Possibly there are cluster-internal limitations that stall such transfers.

For this issue, diagnose exactly how the stall happens and try to fix it.

@jimmymathews jimmymathews added the bug Something isn't working label May 1, 2024
@jimmymathews
Copy link
Collaborator Author

A quick fix was implemented in PR #315, but this is meant to be just temporary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant