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
When running a cluster of things you need to not only control the scale but also upgrading the machines ( like 3 ) such that they is no down time.
The yaml config could be extended to support this will basic http calls to put a machine into drain mode and then upgrade one at a time .
This is pretty standard pattern , but there are other patterns. https://gofr.dev/docs/advanced-guide/publishing-custom-metrics show these standard patterns on a few of their pages.
This would broaden the amount of systems that can be run on fly.
https://github.com/gofr-dev/gofr Is the code to match the docs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running a cluster of things you need to not only control the scale but also upgrading the machines ( like 3 ) such that they is no down time.
The yaml config could be extended to support this will basic http calls to put a machine into drain mode and then upgrade one at a time .
This is pretty standard pattern , but there are other patterns. https://gofr.dev/docs/advanced-guide/publishing-custom-metrics show these standard patterns on a few of their pages.
This would broaden the amount of systems that can be run on fly.
https://github.com/gofr-dev/gofr Is the code to match the docs
The text was updated successfully, but these errors were encountered: