Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
00c08c57
Unverified
Commit
00c08c57
authored
Apr 09, 2026
by
Wesley Liddick
Committed by
GitHub
Apr 09, 2026
Browse files
Merge pull request #1539 from warksu/fix/loadfactor-not-synced-to-scheduler-cache
fix: 同步 LoadFactor 到调度快照缓存
parents
bbc79796
118ff85f
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/internal/repository/scheduler_cache.go
View file @
00c08c57
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment