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

Buffering lambda execution time gets too high when number of pieces increase #85

Open
vasco-santos opened this issue Jan 8, 2024 · 1 comment

Comments

@vasco-santos
Copy link
Contributor

vasco-santos commented Jan 8, 2024

This caused the pipeline to get congested with timeouts recently. See aggregates from 6th and 7th January

Example aggregates to analyse:

  • bafkzcibcaapjqqcrtp4zirffd53geuc6aobzacndjbqf6p7zbcrx77omccdrqoa
  • bafkzcibcaapov2hh7lsjc5qyzng5uzejhl5omqzhzyjctjd6e7jrct6gtkj7yca

We should run the lambda code locally and see what makes the execution time spike

@alanshaw
Copy link
Member

It's hashes. FML it's hashes.

Aggregates with 40,000+ pieces require 2,000,000+ hashes and there's simply not enough time to do that much work.

Things I have done:

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

2 participants