mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 18:49:47 -05:00
Feat: Add oldest queued + running jobs to task stats (#2638)
* feat: add oldest item in task stat * feat: extend query * feat: api wiring * fix: where we compute this * chore: gen sdk * chore: changelog, version
This commit is contained in:
@@ -431,6 +431,9 @@ TaskStatusStat:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/ConcurrencyStat"
|
||||
oldest:
|
||||
type: string
|
||||
format: date-time
|
||||
type: object
|
||||
|
||||
ConcurrencyStat:
|
||||
|
||||
Reference in New Issue
Block a user