From cff4af8323b2b73a84cd2663cb2ff3421d095e33 Mon Sep 17 00:00:00 2001 From: Saurabh Date: Wed, 7 Dec 2016 11:31:32 +0530 Subject: [PATCH] [fix] schduler call fix (#2423) --- frappe/hooks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frappe/hooks.py b/frappe/hooks.py index 3211a2f96c..1eecca0b4b 100755 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -120,8 +120,7 @@ scheduler_events = { "hourly": [ "frappe.model.utils.link_count.update_link_count", 'frappe.model.utils.list_settings.sync_list_settings', - "frappe.utils.error.collect_error_snapshots", - "frappe.integration_broker.doctype.integration_service.integration_service.trigger_integration_service_events" + "frappe.utils.error.collect_error_snapshots" ], "daily": [ "frappe.email.queue.clear_outbox",