diff --git a/backend/internal/repository/scheduler_cache.go b/backend/internal/repository/scheduler_cache.go index 35345a8b..e9be8c7a 100644 --- a/backend/internal/repository/scheduler_cache.go +++ b/backend/internal/repository/scheduler_cache.go @@ -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,