feat: concurrency groups (#135)

* first pass at moving controllers around

* feat: concurrency limits for strategy CANCEL_IN_PROGRESS

* fix: linting

* chore: bump python sdk version
This commit is contained in:
abelanger5
2024-01-29 21:00:28 -08:00
committed by GitHub
parent 9841aa52d7
commit d63b66a837
72 changed files with 4777 additions and 924 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
- uses: actions/cache@v3
with: