Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

feat: add poly_getHealthStatus api and health-check script #497

Merged
merged 2 commits into from Aug 23, 2022

Conversation

RetricSu
Copy link
Contributor

@RetricSu RetricSu commented Aug 18, 2022

{
    "id": 2,
    "jsonrpc": "2.0",
    "method": "poly_getHealthStatus",
    "params": []
}

{
    "jsonrpc": "2.0",
    "id": 2,
    "result": {
        "status": true,
        "pingNode": "pong",
        "pingFullNode": "pong",
        "pingRedis": "PONG",
        "isDBConnected": true,
        "syncBlocksDiff": 0
    }
}

@RetricSu RetricSu changed the title chore: add web3 health-check api and scripts feat: add poly_getHealthStatus api and health-check script Aug 19, 2022
@RetricSu RetricSu marked this pull request as ready for review August 19, 2022 07:25
@RetricSu RetricSu requested review from keroro520 and classicalliu and removed request for keroro520 August 19, 2022 07:26
docs/poly-apis.md Outdated Show resolved Hide resolved
Co-authored-by: CL <classicalliu@gmail.com>
@RetricSu RetricSu merged commit 21dfa73 into main Aug 23, 2022
@RetricSu RetricSu deleted the health-check branch August 23, 2022 04:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants