-
Notifications
You must be signed in to change notification settings - Fork 0
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
Heartbeat lockdown #10
Comments
This would probably be better as a canopy feature if anything |
Also i think that ideally commands would not be synchronous, so state changes about the queue, or the inventory is not changed until a success confirmation from merch. so this could just be implemented as a timeout in the context of this service |
Would it be possible to make something like a swagger API spec that I could generate the code from? That would make it much easier on my end, and we could reuse for other services. I don't want to have to update it manually if the heartbeat API changes |
@abrandemuehl add it as an issue in https://github.com/acm-uiuc/canopy. I can develop a code stub that can be inserted for supported languages |
But I dont want to have groot trying to figure out uptime, it should work in a way where it assumes it works and handles failures. We are currently in the process of creating a service monitor for figuring out system status |
The service should prevent any further requests to Merch if the pi does not response to a heartbeat sent out by this service. This will allow us to know as soon as the service goes down. This sort of heartbeat will be very useful for Concert and other future services and Merch provides a good platform to test it on.
The text was updated successfully, but these errors were encountered: