Skip to content

Commit

Permalink
feat: worker选取及恢复机制优化 TencentBlueKing#311
Browse files Browse the repository at this point in the history
  • Loading branch information
flyy1012 committed Nov 4, 2024
1 parent 9656ca0 commit 8bd2aef
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 125 deletions.
1 change: 1 addition & 0 deletions src/backend/booster/bk_dist/common/sdk/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ type FileDesc struct {
NoDuplicated bool `json:"no_duplicated"`
AllDistributed bool `json:"all_distributed"`
Priority FileDescPriority `json:"priority"`
Retry bool `json:"retry"`
}

// UniqueKey define the file unique key
Expand Down
Loading

0 comments on commit 8bd2aef

Please sign in to comment.