[fix] schduler call fix (#2423)

This commit is contained in:
Saurabh 2016-12-07 11:31:32 +05:30 committed by Rushabh Mehta
parent bfadc9f81f
commit cff4af8323

View file

@ -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",