Skip to content

Entity State #31

Answered by jcwillox
jofotoo asked this question in Q&A
Discussion options

You must be logged in to vote

Great, this is the perfect place for questions like that.

While Auto Backup doesn't create the backups itself, it still has to (and can) wait for a backup to complete. When you call an auto_backup.snapshot_* service, auto-backup tells the supervisor to create a snapshot and sets pending backups to 1 when the snapshot is complete auto-backup sets it back to 0.

If you try to create two snapshots at the same time you will briefly see pending backups go to 2 then the second will immediately fail and return pending backups to 1, as you can't take two snapshots at the same time.

The original idea was that at some point I'd add the ability to effectively queue snapshot requests, but I decided ag…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jcwillox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants