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

feature: wait for InfluxDB to become available #73

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Conversation

tkurki
Copy link
Owner

@tkurki tkurki commented Nov 22, 2024

On server/plugin start wait for Influx connection to become available.

Previously plugin startup would fail if InfluxDB is not available when plugin starts and never retry. If SK server would start more quickly than Influx on server bootup the plugin would never start writing data.

Fixes #52.

On server/plugin start wait for Influx connection to become
available.

Previously plugin startup would fail if InfluxDB is not available
when plugin starts and never retry. If SK server would start more
quickly than Influx on server bootup the plugin would never start
writing data.

Fixes #52.
@tkurki tkurki added the fix label Nov 22, 2024
@tkurki tkurki changed the title feature: wait InfluxDB to become available feature: wait for InfluxDB to become available Nov 22, 2024
@tkurki tkurki merged commit 6ccdad1 into main Nov 22, 2024
2 checks passed
@tkurki tkurki deleted the fix-startup-not-waiting branch November 22, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retry if InfluxDB is not available upon plugin startup
1 participant