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

More robust skipping of no-job batches #373

Merged
merged 1 commit into from
Jan 20, 2025
Merged

Conversation

adal-chiriliuc-reef
Copy link
Contributor

No description provided.

start_barrier = asyncio.Barrier(len(executor_ready_jobs))

num_streaming_jobs = len([x for x in executor_ready_jobs if x[1]])
num_streaming_jobs = len(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@adal-chiriliuc-reef adal-chiriliuc-reef merged commit 29f978a into master Jan 20, 2025
15 checks passed
@adal-chiriliuc-reef adal-chiriliuc-reef deleted the empty-barrier branch January 20, 2025 14:00
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