feat: implement batch processing for daily monitoring tasks across platforms
Backend CI / Backend (push) Successful in 15m17s
Backend CI / Backend (push) Successful in 15m17s
This commit is contained in:
@@ -682,7 +682,7 @@ func selectMonitorDesktopTaskTargetsWithOptions(
|
||||
continue
|
||||
}
|
||||
result[platformID] = candidate.Target
|
||||
if options.MaxClientBacklog > 0 {
|
||||
if options.MaxClientBacklog > 0 && !options.RequireIdleClient {
|
||||
clientBacklog[candidate.Target.ClientID]++
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user