Github Multi Repo Eventually Consistent

Sub-skill of github-multi-repo: Eventually Consistent (+2).

vamseeachanta 60a28d7 807 B Updated

File contents

Eventually Consistent (+2)

Eventually Consistent

{
    "sync": {
        "strategy": "eventual",
        "max-lag": "5m",
        "retry": {
            "attempts": 3,
            "backoff": "exponential"
        }
    }
}

Strongly Consistent

{
    "sync": {
        "strategy": "strong",
        "consensus": "raft",
        "quorum": 0.51,
        "timeout": "30s"
    }
}

Hybrid Approach

{
    "sync": {
        "default": "eventual",
        "overrides": {
            "security-updates": "strong",
            "dependency-updates": "strong",
            "documentation": "eventual"
        }
    }
}

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/github/github-multi-repo/eventually-consistent commit 60a28d714f

Frequently asked questions

npx skillmds@latest add vamseeachanta/github-multi-repo-eventually-consistent