SessionPool 连接 3 节点集群时,一个节点宕机后,客户端无法连接,请问怎么设置集群可用度? #119
This file contains 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
name: Auto label | |
on: | |
issues: | |
types: | |
- reopened | |
- opened | |
- labeled | |
- unlabeled | |
- closed | |
env: | |
GH_PAT: ${{ secrets.GITHUB_TOKEN }} | |
EVENT: ${{ toJSON(github.event)}} | |
EVENT_NAME: ${{ github.event_name}} | |
jobs: | |
sync: | |
name: auto label | |
runs-on: ubuntu-latest | |
steps: | |
- uses: HarrisChu/auto_label@v1 |