[fix] schduler call fix (#2423)
This commit is contained in:
parent
bfadc9f81f
commit
cff4af8323
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue