Skip to content

fix: call take_backup instead of take_backups_s3 from JS to ensure async execution#16

Open
gajjug004 wants to merge 1 commit into
frappe:developfrom
gajjug004:fix/s3-backup-async-enqueue
Open

fix: call take_backup instead of take_backups_s3 from JS to ensure async execution#16
gajjug004 wants to merge 1 commit into
frappe:developfrom
gajjug004:fix/s3-backup-async-enqueue

Conversation

@gajjug004

@gajjug004 gajjug004 commented Mar 1, 2026

Copy link
Copy Markdown

Problem

The JS form was calling take_backups_s3 directly via frappe.call, which runs
the backup synchronously within the HTTP request. This causes a request timeout
for large backups since the connection is held open until the backup completes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant