fix: Move google calendar sync from hourly to all
This commit is contained in:
parent
a73ecf5456
commit
424f76c6b1
1 changed files with 1 additions and 1 deletions
|
|
@ -231,13 +231,13 @@ scheduler_events = {
|
|||
"all": [
|
||||
"frappe.email.queue.flush",
|
||||
"frappe.monitor.flush",
|
||||
"frappe.integrations.doctype.google_calendar.google_calendar.sync",
|
||||
],
|
||||
"hourly": [
|
||||
"frappe.model.utils.link_count.update_link_count",
|
||||
"frappe.model.utils.user_settings.sync_user_settings",
|
||||
"frappe.desk.page.backups.backups.delete_downloadable_backups",
|
||||
"frappe.desk.form.document_follow.send_hourly_updates",
|
||||
"frappe.integrations.doctype.google_calendar.google_calendar.sync",
|
||||
"frappe.email.doctype.newsletter.newsletter.send_scheduled_email",
|
||||
"frappe.website.doctype.personal_data_deletion_request.personal_data_deletion_request.process_data_deletion_request",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue