-
Notifications
You must be signed in to change notification settings - Fork 609
#3555 Content Sync: prevent timeout errors when sync-ing AEM cloud instances with large volumes of data #3558
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
Merged
davidjgonzalez
merged 14 commits into
Adobe-Consulting-Services:master
from
YegorKozlov:contentsync-poll
Apr 28, 2025
Merged
#3555 Content Sync: prevent timeout errors when sync-ing AEM cloud instances with large volumes of data #3558
davidjgonzalez
merged 14 commits into
Adobe-Consulting-Services:master
from
YegorKozlov:contentsync-poll
Apr 28, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test Results 2 997 files +18 2 997 suites +18 1h 37m 47s ⏱️ +19s Results for commit c3646ec. ± Comparison against base commit 9112dc0. This pull request removes 4 and adds 14 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Sounds like a great solution, would really like for this to be reviewed and merged. :) |
davidjgonzalez
approved these changes
Apr 28, 2025
81d3d57
into
Adobe-Consulting-Services:master
9 of 10 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
addresses #3555
AEM Cloud has the default read timeout of 60 seconds and ContentSync fails when collecting resources on the remote instance for longer than that.
With this PR the resources are collected in a Sling Job and the tool polls for completion every 3 seconds.