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

Avoid warning that a config-node is unused on each deployment #4

Merged
merged 2 commits into from
Jul 13, 2024

Conversation

GogoVega
Copy link
Owner

The destroyUnusedConnection function is attached to the flows:started event in order to no longer use a timeout. But this function is called at each deployment which can be disturbing if a config-node has not been modified but a warning is issued each time.

With this PR, changes will only warn the user once - as the database can only be destroyed once.

@GogoVega GogoVega merged commit 30db703 into master Jul 13, 2024
4 checks passed
@GogoVega GogoVega deleted the avoid-multiple-warns branch July 13, 2024 13:23
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

Successfully merging this pull request may close these issues.

1 participant