-
Notifications
You must be signed in to change notification settings - Fork 100
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
[stable4] feat: Refactor form sync to run as a background job with retry #2424
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stable4 #2424 +/- ##
==========================================
Coverage ? 36.07%
Complexity ? 1037
==========================================
Files ? 72
Lines ? 3947
Branches ? 0
==========================================
Hits ? 1424
Misses ? 2523
Partials ? 0 |
4233652
to
a2bd127
Compare
I've tested success flow manually and it's LGTM ✅ . Scenario:
|
@Koc same here as for the other backport :) please add the changes to newSubmissionLegacy(), too |
Signed-off-by: ailkiv <[email protected]> Signed-off-by: Kostiantyn Miakshyn <[email protected]>
a2bd127
to
2334d1b
Compare
@Chartman123 ah, added |
I hope nobody against of merging it:
|
@Koc @Chartman123 This is still broken at least for existing shares post upgrading to 4.3.4, because it does not correctly handle the upgrade. We get this error: We have patched it locally by changing SyncSubmissionsWithLinkedFileJob.php line 62 to: It might be a php version issue though? |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
@toad strange, I've tested it locally before merge. It seems like
should be replaced with
can you open PR to fix that? |
This is backport of #2408 into
stable4