Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bank-reconciliation): run bank reconciliation as a background job #46251

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

Bhavan23
Copy link
Contributor

@Bhavan23 Bhavan23 commented Mar 3, 2025

The bank reconciliation process was timing out due to long execution time.
This fix updates the function to run as a background job, improving performance
and preventing request failures.

ref: 32507

Backport Needed: v15

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Mar 3, 2025
@Bhavan23 Bhavan23 marked this pull request as ready for review March 3, 2025 13:09
@Bhavan23 Bhavan23 requested a review from ruthra-kumar as a code owner March 3, 2025 13:09
@ruthra-kumar ruthra-kumar self-assigned this Mar 12, 2025
@ruthra-kumar ruthra-kumar merged commit 95b8355 into frappe:develop Mar 12, 2025
14 checks passed
ruthra-kumar added a commit that referenced this pull request Mar 12, 2025
…-46251

fix(bank-reconciliation): run bank reconciliation as a background job (backport #46251)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport version-15-hotfix needs-tests This PR needs automated unit-tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants