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

While installing access-lists concurrently ( async ), limit the number of access-list installation job triggered. #26

Open
sachinites opened this issue Nov 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sachinites
Copy link
Owner

Currently the fn og_update_acls_task( ) triggeres as many jobs as number of access-lists are present in Hashtable. Number of access-list could be many, we cannot afford to fork these many jobs as it will drastically increase CPU load.
Put the limit on a maximum number of jobs to be forked ( say 10 ), and install access-list in batches using max 10 jobs.

@sachinites sachinites self-assigned this Nov 23, 2022
@sachinites sachinites added the enhancement New feature or request label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant