Long docker exec commands time out #30
Labels
No labels
Brainstorm
Parent
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/backup-tool#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's a weird phenomenon on one of my servers where the backup file fluctuates greatly in size:
My theory right now is that this is being caused by the
docker execcommand timing out. These backups are for a Miniflux instance, which regularly locks the entire database because it's polling RSS feeds. This makespg_dumppainfully slow during the duration of this process. I think thatsubprocess.runtherefore times out this command, resulting in these incomplete backups.This is an important issue to address, and should be fixed as quickly as possible.