From dbec126b5e8a6f95b41ee006b6c4d3c3b3f71f85 Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Tue, 11 Mar 2025 19:48:59 +0530 Subject: [PATCH] refactor: change queue from default to long --- frappe/email/doctype/auto_email_report/auto_email_report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/email/doctype/auto_email_report/auto_email_report.py b/frappe/email/doctype/auto_email_report/auto_email_report.py index 976d7c1097..5fc9675ca8 100644 --- a/frappe/email/doctype/auto_email_report/auto_email_report.py +++ b/frappe/email/doctype/auto_email_report/auto_email_report.py @@ -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", )