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

fix: 同步 LoadFactor 到调度快照缓存
This commit is contained in:
Wesley Liddick 2026-04-09 21:15:40 +08:00 committed by GitHub
commit 00c08c574e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -378,6 +378,7 @@ func buildSchedulerMetadataAccount(account service.Account) service.Account {
Platform: account.Platform,
Type: account.Type,
Concurrency: account.Concurrency,
LoadFactor: account.LoadFactor,
Priority: account.Priority,
RateMultiplier: account.RateMultiplier,
Status: account.Status,