Skip to content

Commit

Permalink
chore: cron job scheduled
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Apr 3, 2023
1 parent 9a33a3c commit 32bb366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions erpnext/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
"cron": {
"0/15 * * * *": [
"erpnext.manufacturing.doctype.bom_update_log.bom_update_log.resume_bom_cost_update_jobs",
"erpnext.accounts.doctype.process_payment_reconciliation.process_payment_reconciliation.trigger_reconciliation_for_queued_docs",
],
"0/30 * * * *": [
"erpnext.utilities.doctype.video.video.update_youtube_data",
Expand Down

0 comments on commit 32bb366

Please sign in to comment.