We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This just goes on an infinite loop trying to restart when it will never succeed. Should we not crash the whole process?
cf.
services-flake/nix/services/postgres/default.nix
Line 337 in 113f8cb
The text was updated successfully, but these errors were encountered:
This can be reproduced by simply running two instances of nix run ....
nix run ...
As an aside, perhaps all services-flake service should check for lockfile on its data directory and crash immediately if it was acquired.
Sorry, something went wrong.
max_restarts
feat: Add max_restarts to all services to avoid restarting indefini…
e88a852
…tely (#311) resolves #309
Successfully merging a pull request may close this issue.
This just goes on an infinite loop trying to restart when it will never succeed. Should we not crash the whole process?
cf.
services-flake/nix/services/postgres/default.nix
Line 337 in 113f8cb
The text was updated successfully, but these errors were encountered: