persist autonomy resource keys and expose lock wait stats in status

This commit is contained in:
DBT
2026-02-24 12:20:41 +00:00
parent ea25c45e5b
commit e5c942ab39
3 changed files with 48 additions and 27 deletions

View File

@@ -18,8 +18,9 @@ type TaskItem struct {
BlockReason string `json:"block_reason,omitempty"`
RetryAfter string `json:"retry_after,omitempty"`
Source string `json:"source"`
DedupeHits int `json:"dedupe_hits,omitempty"`
UpdatedAt string `json:"updated_at"`
DedupeHits int `json:"dedupe_hits,omitempty"`
ResourceKeys []string `json:"resource_keys,omitempty"`
UpdatedAt string `json:"updated_at"`
}
type TaskStore struct {