Skip to content

Commit 2608e5e

Browse files
authored
EOA execution (#5)
* multilane queue * ci fixes + wip eoa execution refactor to single lane queue, non batch id * wip * wip * eoa worker changes * new EOA execution model * fixes and parallelism improvements * wire up executor to API
1 parent a91d599 commit 2608e5e

File tree

34 files changed

+7808
-935
lines changed

34 files changed

+7808
-935
lines changed

.github/workflows/ci-twmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #checkout@v4
3939

4040
- name: Install CI dependencies
41-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
41+
uses: taiki-e/install-action@9185c192a96ba09167ad8663015b3fbbf007ec79 #@2.56.2
4242
with:
4343
tool: cargo-nextest
4444

.github/workflows/coverage-twmq.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #checkout@v4
3939

4040
- name: Install CI dependencies
41-
uses: taiki-e/install-action@ab3728c7ba6948b9b429627f4d55a68842b27f18
41+
uses: taiki-e/install-action@9185c192a96ba09167ad8663015b3fbbf007ec79 #@2.56.2
4242
with:
4343
tool: cargo-tarpaulin
4444

0 commit comments

Comments
 (0)