a[fix] move dropbox backup upload from short queue to long queue to avoid timeout exceptions
This commit is contained in:
parent
8c1b31655a
commit
7e2972dee8
1 changed files with 4 additions and 2 deletions
|
|
@ -149,10 +149,12 @@ scheduler_events = {
|
|||
"frappe.utils.scheduler.restrict_scheduler_events_if_dormant",
|
||||
"frappe.email.doctype.auto_email_report.auto_email_report.send_daily",
|
||||
"frappe.core.doctype.feedback_request.feedback_request.delete_feedback_request",
|
||||
"frappe.core.doctype.authentication_log.authentication_log.clear_authentication_logs",
|
||||
"frappe.core.doctype.authentication_log.authentication_log.clear_authentication_logs"
|
||||
],
|
||||
"daily_long": [
|
||||
"frappe.integrations.doctype.dropbox_settings.dropbox_settings.take_backups_daily"
|
||||
],
|
||||
"weekly": [
|
||||
"weekly_long": [
|
||||
"frappe.integrations.doctype.dropbox_settings.dropbox_settings.take_backups_weekly"
|
||||
],
|
||||
"monthly": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue