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

fix: improve core start up behavior #2527

Merged
merged 2 commits into from
Mar 11, 2024
Merged

fix: improve core start up behavior #2527

merged 2 commits into from
Mar 11, 2024

Conversation

bossenti
Copy link
Contributor

Purpose

This PR attempts to improve the start-up behavior of the core application. We have observed some issues with the state management of adapters after a system shutdown. Hopefully, this PR fixes them.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@github-actions github-actions bot added java Pull requests that update Java code backend Everything that is related to the StreamPipes backend labels Mar 11, 2024
@bossenti bossenti merged commit 8dcf5f5 into dev Mar 11, 2024
18 checks passed
@bossenti bossenti deleted the improve-start-up-behavior branch March 11, 2024 10:03
@bossenti bossenti linked an issue Mar 12, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adapter are not always restarted on system restart
2 participants