Merge pull request #51022 from rohitwaghchaure/feat-run-parallel-reposting

feat: run parallel reposting
This commit is contained in:
rohitwaghchaure
2025-12-17 16:41:40 +05:30
committed by GitHub
4 changed files with 126 additions and 28 deletions

View File

@@ -419,7 +419,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",