feat: run parallel reposting

This commit is contained in:
Rohit Waghchaure
2025-12-10 17:46:06 +05:30
parent 8e0227ea68
commit 767e4762bb
4 changed files with 126 additions and 28 deletions

View File

@@ -411,7 +411,9 @@ scheduler_events = {
"0/15 * * * *": [
"erpnext.manufacturing.doctype.bom_update_log.bom_update_log.resume_bom_cost_update_jobs",
],
"0/30 * * * *": [],
"0/30 * * * *": [
"erpnext.stock.doctype.repost_item_valuation.repost_item_valuation.run_parallel_reposting",
],
# Hourly but offset by 30 minutes
"30 * * * *": [
"erpnext.accounts.doctype.gl_entry.gl_entry.rename_gle_sle_docs",