mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-26 04:08:38 -05:00
Fix: Child runs not rendering after one day, empty worker ids, additional meta filters not being applied to counts (#2196)
* fix: child runs not rendering b/c they've timed out of the lookback window * fix: migration version * fix: dead links * fix: additional meta filters for status counts * chore: lint
This commit is contained in:
@@ -232,6 +232,14 @@ getTaskStatusMetrics:
|
||||
format: uuid
|
||||
minLength: 36
|
||||
maxLength: 36
|
||||
- description: Additional metadata k-v pairs to filter by
|
||||
in: query
|
||||
name: additional_metadata
|
||||
required: false
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user