Long docker exec commands time out #30
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Chewing_Bever/backup-tool#30
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. 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 exec
command timing out. These backups are for a Miniflux instance, which regularly locks the entire database because it's polling RSS feeds. This makespg_dump
painfully slow during the duration of this process. I think thatsubprocess.run
therefore times out this command, resulting in these incomplete backups.This is an important issue to address, and should be fixed as quickly as possible.