-
Notifications
You must be signed in to change notification settings - Fork 98
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
feat: Refactor form sync to run as a background job with retry #2408
base: main
Are you sure you want to change the base?
Conversation
e08797f
to
493c3fe
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2408 +/- ##
=======================================
Coverage ? 43.50%
Complexity ? 857
=======================================
Files ? 73
Lines ? 3232
Branches ? 0
=======================================
Hits ? 1406
Misses ? 1826
Partials ? 0 |
493c3fe
to
d34796b
Compare
Signed-off-by: ailkiv <[email protected]>
Added a fix for the issue described in #2067 |
d34796b
to
bc6bcab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :) I'd like to wait with the merging for @susnux's review
thanks for this PR, we can also do a backport to stable4, but you'll need to adjust the ApiController part there manually because of the duplicated routes.
/backport to stable4 |
The Codecov upload error isn't specific to Forms: codecov/codecov-action#1643 |
issue: #2165 , #2067
I implemented a logic to synchronize the form with the file, allowing multiple attempts if the first one fails. The process runs in the background with delays, ensuring it does not impact the user experience.