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

Warn user if we encounter too many tasks groups on the scheduler #8678

Closed
hendrikmakait opened this issue Jun 6, 2024 · 1 comment
Closed

Comments

@hendrikmakait
Copy link
Member

Problem

As described in #8677, having too many task groups can become prohibitively expensive, in particular for the TaskProgress dashboard.

Solution

We should warn the user if there are too many tasks groups on the scheduler. This might either be a simple threshold as mentioned in #8677 or something that also involves a ratio of tasks to task groups.

@fjetter
Copy link
Member

fjetter commented Jun 10, 2024

With #8681 I hope that we won't see any more issues popping up. Having "many" task groups is still something unusual but I'm not sure how bad it really is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants