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

feat(notifications): Make init more granular and always complete init #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FoxxMD
Copy link
Owner

@FoxxMD FoxxMD commented Oct 28, 2024

Checklist before requesting a review

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Describe your changes

  • Notifications are not mission critical so its okay if they fail on init because service outage may be transient. Always init notification services and always attempt to push (we catch failures anyway)
  • Parse more info from notification URL and test simple reachability of host/port to make troubleshooting easier

Issue number and link, if applicable

Fixes #215

* Notifications are not mission critical so its okay if they fail on init because service outage may be transient. Always init notification services and always attempt to push (we catch failures anyway)
* Parse more info from notification URL and test simple reachability of host/port to make troubleshooting easier

Fixes #215
@FoxxMD FoxxMD added bug Something isn't working enhancement New feature or request safe to test trusted to build image labels Oct 28, 2024
@FoxxMD FoxxMD self-assigned this Oct 28, 2024
Copy link
Contributor

📦 A new release has been made for this pull request.

To play around with this PR, pull an image:

  • foxxmd/multi-scrobbler:pr-216

Images are available for x86_64 and ARM64.

Latest commit: a04c1f4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request safe to test trusted to build image
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Gotify version check makes webook initialization unreliable
1 participant