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 nats-server-config-reloader for k8s secrets #131

Merged
merged 2 commits into from
Jul 7, 2023
Merged

Commits on Jun 12, 2023

  1. Fix nats-server-config-reloader for k8s secrets

    Fixes nats-io#130
    
    To fix this issue, the commit ensures that when a file is deleted,
    the Inotify watches immediately unregister it and then attempt to
    periodically re-register the file every second until the operation
    succeeds. This guarantees that the file will continue to be
    monitored reliably even after deletion.
    jkralik committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8301d91 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Apply suggestions from code review

    Co-authored-by: Piotr Piotrowski <piotrpiotrowski94@gmail.com>
    jkralik and piotrpio authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c9893bf View commit details
    Browse the repository at this point in the history