mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-06 16:59:39 -06:00
fix: go signature and docs (#1561)
* fix: go signature and docs * Update examples/v1/workflows/concurrency-rr.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ DIGIT_MAX_RUNS = 8
|
||||
NAME_MAX_RUNS = 3
|
||||
|
||||
|
||||
# ❓ Concurrency Strategy With Key
|
||||
# ❓ Multiple Concurrency Keys
|
||||
class WorkflowInput(BaseModel):
|
||||
name: str
|
||||
digit: str
|
||||
|
||||
Reference in New Issue
Block a user