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

[NEW FEATURE] Allow multiple auto-updates per services #450

Open
nicolas-rabault opened this issue Nov 13, 2023 · 0 comments · Fixed by #459
Open

[NEW FEATURE] Allow multiple auto-updates per services #450

nicolas-rabault opened this issue Nov 13, 2023 · 0 comments · Fixed by #459
Assignees
Labels
enhancement type feature New feature or request

Comments

@nicolas-rabault
Copy link
Member

What feature would you like to be included in Luos?

Sometimes you may have multiple applications needing information from the same source.
Currently, in this situation, if both of the apps are using the auto-update feature to get information back, only one (the last one that asks it) will receive the auto-update result.
This can lead to misunderstanding and unpredictable behaviors.

Describe the expected behavior of the feature

It could be convenient to allow multiple auto-updates on the same service.
In this case, auto-updates are not contained in the service it needs to be an independent table referencing it.

What is the motivation/use case for changing the behavior?

This kind of scenario mostly happens when you develop something with an App and want to debug, check, or control some services through a Gate.

@nicolas-rabault nicolas-rabault added enhancement type feature New feature or request labels Nov 13, 2023
@nicolas-rabault nicolas-rabault self-assigned this Nov 13, 2023
@nicolas-rabault nicolas-rabault linked a pull request Jan 3, 2024 that will close this issue
7 tasks
@nicolas-rabault nicolas-rabault mentioned this issue Jan 3, 2024
8 tasks
nicolas-rabault added a commit that referenced this issue Jan 23, 2024
Enable multi auto_update management, fix #450
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type feature New feature or request
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

1 participant