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

eliminate flux_reactor_set_priority() #6511

Open
garlick opened this issue Dec 16, 2024 · 1 comment
Open

eliminate flux_reactor_set_priority() #6511

garlick opened this issue Dec 16, 2024 · 1 comment

Comments

@garlick
Copy link
Member

garlick commented Dec 16, 2024

Problem: flux_reactor_set_priority() only works on check watchers, and cannot be easily provided if we replace libev with libuv (see #6492)

Perhaps we could come up with an alternative solution here, the one in-tree user.

@chu11
Copy link
Member

chu11 commented Dec 16, 2024

There is technically the soution that was done before flux_reactor_set_priority() was added. https://github.com/flux-framework/flux-core/pull/6317/files :-)

Worst comes to worst, perhaps some flags could be added to "emulate" priority. i.e. if certain flags/conditions met, set flags to not run certain watchers "one iteration"

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

No branches or pull requests

2 participants