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

increase delay duration #733

Merged
merged 1 commit into from
Dec 9, 2024
Merged

increase delay duration #733

merged 1 commit into from
Dec 9, 2024

Conversation

haixuanTao
Copy link
Collaborator

Following CI/CD issues in synchronizing the node queue. I'm going to increase the latency for pulling event from the side event queue.

@haixuanTao haixuanTao force-pushed the increase-delay-duration branch from 8c78134 to f467c13 Compare December 9, 2024 12:42
@haixuanTao haixuanTao merged commit de8f8c6 into main Dec 9, 2024
104 checks passed
@haixuanTao haixuanTao deleted the increase-delay-duration branch December 9, 2024 13:08
@phil-opp
Copy link
Collaborator

Could you clarify why this change was necessary? I thought that this part of the code should only take ready events out of the queue, not wait for more events?

@haixuanTao
Copy link
Collaborator Author

So this change is/was required because some runner might not be fast enough when pulling the queue.

@phil-opp
Copy link
Collaborator

Ah, because you wrote the timeout first in the select, so the timeout might already be finished when the future is polled for the first time?

@haixuanTao
Copy link
Collaborator Author

Yes! But this shouldn't happen after the new PR on try_recv

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.

2 participants