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

Fall back to regular execution if socket can't be opened #115

Open
stiller-leser opened this issue Oct 31, 2022 · 0 comments
Open

Fall back to regular execution if socket can't be opened #115

stiller-leser opened this issue Oct 31, 2022 · 0 comments
Labels
enhancement New feature or request jira

Comments

@stiller-leser
Copy link

SUMMARY
ISSUE TYPE
  • Feature Idea
COMPONENT NAME

TURBO_MODE in cloud.common

ADDITIONAL INFORMATION

We are using the turbbo_mode together with an Ansible operator, written with the help of the operator-sdk. We have many 1000s of objects in our cluster, resulting in many parallel reconciliations and executions of the community.kubernetes collection.

Activating the turbo_mode helps to increase the performance drastically. After facing out of memory issues with the turbo_mode (see operator-framework/operator-sdk#5246 (comment)), we needed to make a couple of modifications already though:

As we have many parallel reconciliations running, all calling the community.kubernetes collection (hence all resulting in the same socket name, resulting in the conflicts described above), it would be great to enable the possibility to instead of raising here https://github.com/stiller-leser/cloud.common/blob/main/plugins/module_utils/turbo/common.py#L60 having the code fall back to a regular module execution.

Best regards,
stiller-leser

@abikouo abikouo added enhancement New feature or request jira labels Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira
Projects
None yet
Development

No branches or pull requests

2 participants