refactor: change queue from default to long
This commit is contained in:
parent
7d120575db
commit
dbec126b5e
1 changed files with 1 additions and 0 deletions
|
|
@ -313,6 +313,7 @@ def send_daily():
|
|||
frappe.enqueue(
|
||||
"frappe.email.doctype.auto_email_report.auto_email_report.process_auto_email_report",
|
||||
report=report,
|
||||
queue="long",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue