Merge pull request #1539 from warksu/fix/loadfactor-not-synced-to-scheduler-cache
fix: 同步 LoadFactor 到调度快照缓存
This commit is contained in:
@@ -378,6 +378,7 @@ func buildSchedulerMetadataAccount(account service.Account) service.Account {
|
|||||||
Platform: account.Platform,
|
Platform: account.Platform,
|
||||||
Type: account.Type,
|
Type: account.Type,
|
||||||
Concurrency: account.Concurrency,
|
Concurrency: account.Concurrency,
|
||||||
|
LoadFactor: account.LoadFactor,
|
||||||
Priority: account.Priority,
|
Priority: account.Priority,
|
||||||
RateMultiplier: account.RateMultiplier,
|
RateMultiplier: account.RateMultiplier,
|
||||||
Status: account.Status,
|
Status: account.Status,
|
||||||
|
|||||||
Reference in New Issue
Block a user