Hi Frappe community,
I’m Chandrakant Jhawar, a developer looking to contribute to Frappe Framework.
I’ve already done the work — I identified and fixed a real bug in frappe/deferred_insert.py
(Issue #25777). The fix removes the hard-coded 10,000-record cap in save_to_db() that
causes silent queue starvation under high load, and adds a missing final db.commit()
for the last partial batch.
The PR was auto-closed because I’m not yet vouched:
- My PR: fix(deferred_insert): remove arbitrary record cap causing queue starvation by Chandrakantjhawar · Pull Request #41628 · frappe/frappe · GitHub
- The issue: Document: Deferred Insert · Issue #25777 · frappe/frappe · GitHub
- My fork with the fix: GitHub - Chandrakantjhawar/frappe at fix/deferred-insert-remove-record-cap · GitHub
- My GitHub: Chandrakantjhawar (Chandrakant Jhawar) · GitHub
Would any existing vouched contributor be willing to add me to VOUCHED.td so I can
resubmit? I’m committed to contributing regularly and following all contribution guidelines.
Thank you!