You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
scenarios: taking offline snapshots after promote author event. when old primary still responding and when it is not responding. currently the stack manger will not run the job. (consider changing component to author-demoted and adjust offline snapshot flow to handle the situation where there are no author-standby, or only 1 author-primary or 1 author-primary and 1 author-demoted)
currently the offline snapshot will not run when the author-standby has been promoted:
it will be identified as not healthy.
https://github.com/shinesolutions/aem-stack-manager/blob/master/src/main/java/com/shinesolutions/aemstackmanager/handler/OfflineSnapshotTaskHandler.java#L58
scenarios: taking offline snapshots after promote author event. when old primary still responding and when it is not responding. currently the stack manger will not run the job. (consider changing component to author-demoted and adjust offline snapshot flow to handle the situation where there are no author-standby, or only 1 author-primary or 1 author-primary and 1 author-demoted)