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

🪲 removes kernel timeout #259

Merged
merged 1 commit into from
Feb 11, 2022
Merged

🪲 removes kernel timeout #259

merged 1 commit into from
Feb 11, 2022

Conversation

AlexandreSajus
Copy link
Contributor

TLDR: Removing a timeout fixes the bug where outputs are shown on the wrong blocks

At the beginning of the project, I put a 1-hour timeout on waiting for a message from the kernel.

It worked quite well until one day where we had an isolated incident that I could not reproduce (it was only happening in one virtual environement) where Pyflow was waiting 1 hour for a message that was not coming. I then switched the timeout to two seconds.

But now, on some long ipyg, this timeout creates issues where the output of one block is shown on another.

I have decided to remove this timeout for now until this creates issues in the beta.

@AlexandreSajus AlexandreSajus added the bug Something isn't working label Feb 11, 2022
@AlexandreSajus AlexandreSajus self-assigned this Feb 11, 2022
@MathisFederico MathisFederico merged commit 6977e66 into dev Feb 11, 2022
@MathisFederico MathisFederico deleted the bug/wrong_outputs branch February 11, 2022 20:44
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

Successfully merging this pull request may close these issues.

2 participants