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

Unbound most queues #1159

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Conversation

alexarchambault
Copy link
Member

@alexarchambault alexarchambault commented Jun 19, 2023

It doesn't really make sense for us to bound queues here… they all get filled after actions users manually took (like doing "Run all cells" in a notebook with x hundreds cells…), so we can't really get flooded and crash because of that - we're not a web service treating 1000s of req / s…

Doing this to address a possible deadlock I've been seeing with the new launcher, with a "Run all cells" in a large notebook (> 50 cells, former size of most bounded queues in Almond) deadlocking things.

It doesn't really make sense for us to bound queues here… they all get
filled after actions users manually took (like doing "Run all cells" in a
notebook with x hundreds cells…), so we can't really get flooded and crash
because of that - we're not a web service treating 1000s of req / s…
@alexarchambault
Copy link
Member Author

It should be possible to actually add an integration tests for that… 🤔

@alexarchambault alexarchambault merged commit 159a12a into almond-sh:main Jun 20, 2023
@alexarchambault alexarchambault deleted the unbound-queues branch June 20, 2023 07:39
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

Successfully merging this pull request may close these issues.

1 participant