8000 [feat] Improve smart mode to reduce unnesessary work · Issue #94 · mykso/myks · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[feat] Improve smart mode to reduce unnesessary work #94

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

Closed
Zebradil opened this issue Sep 16, 2023 · 1 comment · Fixed by #96
Closed

[feat] Improve smart mode to reduce unnesessary work #94

Zebradil opened this issue Sep 16, 2023 · 1 comment · Fixed by #96
Assignees
Labels
enhancement New feature or request

Comments

@Zebradil
Copy link
Member

At the moment, if a list of applications is explicitly defined, by a user or via the Smart Mode, myks processes applications from the list for all specified or discovered environments. This is not a problem for the use case when a user selects what to process, because, usually, there is no need to process at the same time different applications in different environments. However, it is not optimal in the case of the Smart Mode, as it can precisely define what needs to be processed. Instead, if one application in a single environment requires processing, it will be processed in all discovered environments even if this is not required.

@Zebradil Zebradil added the enhancement New feature or request label Sep 16, 2023
@Zebradil Zebradil self-assigned this Sep 16, 2023
@Zebradil
Copy link
Member Author

This requires refactoring the data structures used to pass environment and application names around. In a nutshell, instead of two lists of strings, we need to combine envs and apps into a map.

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

Successfully merging a pull request may close this issue.

1 participant
0