Replies: 1 comment 3 replies
|
Where do you run sync ? This could be doable in 6.5 but not in the AEM Cloud. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I actively use Content Sync in my projects, particularly in lower environments where hardware resources—especially storage—are limited. In these cases, we sometimes encounter storage outages.
The challenge is that this tool is accessible to non-technical users who do not have access to monitoring, so they are often unaware that storage capacity is running low.
Would it be possible to implement a safeguard that prevents further content sync operations when available storage drops below a certain threshold, for example 10% remaining?
Currently, the system only returns an error once storage is already exhausted, which is too late. Additionally, Oak does not handle situations well where there is no operational free space available.
All reactions