-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: poll logic when pipeline active #3761
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would tokio console or something help us detect this somehow if we were running it live and observed the insights from it?
need to familiarize myself with tokio console features first, if it's possible to monitor certain tasks and their state |
Codecov Report
... and 183 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
cc @jonasbostoen as i saw you using tokio-console before, in case any input |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good find!
Closes #3754
the prune changes broke the poll logic when the pipeline is active
#3566
in which case we were returning pending even if there still is work to do (available engine messages for example)