Skip to content

Commit

Permalink
perf: move project status reminder to hourly (#36372)
Browse files Browse the repository at this point in the history
Only used for sending daily/weekly/bi-daily

[skip ci]
  • Loading branch information
ankush committed Jul 28, 2023
1 parent 50d294f commit e36c8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,11 @@
],
},
"all": [
"erpnext.projects.doctype.project.project.project_status_update_reminder",
"erpnext.crm.doctype.social_media_post.social_media_post.process_scheduled_social_media_posts",
],
"hourly": [
"erpnext.erpnext_integrations.doctype.plaid_settings.plaid_settings.automatic_synchronization",
"erpnext.projects.doctype.project.project.project_status_update_reminder",
"erpnext.projects.doctype.project.project.hourly_reminder",
"erpnext.projects.doctype.project.project.collect_project_status",
],
Expand Down

0 comments on commit e36c8ce

Please sign in to comment.