wip: backoff state (#1225)

* wip: backoff state

* fix: retry state and step run start condition

* fix: missing key

* fix: gen

* chore: squash migration

* chore: rm todos

* ops: upgrade proto
This commit is contained in:
Gabe Ruttner
2025-01-28 11:16:12 -08:00
committed by GitHub
parent 13024c09bd
commit 0e91542d87
29 changed files with 450 additions and 291 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "29.2"
version: "29.3"
- name: Install Task
uses: arduino/setup-task@v2