Unverified Commit 00c08c57 authored by Wesley Liddick's avatar Wesley Liddick Committed by GitHub
Browse files

Merge pull request #1539 from warksu/fix/loadfactor-not-synced-to-scheduler-cache

fix: 同步 LoadFactor 到调度快照缓存
parents bbc79796 118ff85f
...@@ -378,6 +378,7 @@ func buildSchedulerMetadataAccount(account service.Account) service.Account { ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment