-
Notifications
You must be signed in to change notification settings - Fork 3
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
Proposal for a snapshot scheduling API #131
Conversation
api-http/proposals/snapshot-api.md
Outdated
![image](https://user-images.githubusercontent.com/79997103/212993725-debd027e-05d0-490b-bbe4-ee95e5d1820e.png) | ||
|
||
### Retrieving Snapshot Status | ||
Request takes snapshot_id as parameter and either returns object describing scheduled snapshot or an error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can status show which ones are in progress, which ones are pending? For in progress, can the number of blocks being done shown?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A pending snapshot is one in progress. Do you see a distinction between the two?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, I see.
Changes to still make:
|
This PR contains proposal for a 3 new additions to a snapshot API that would allow:
Please refer to the following issue for additional details:
AntelopeIO/leap#396