weizhouapache commented on code in PR #13565:
URL: https://github.com/apache/cloudstack/pull/13565#discussion_r3541735623
##########
framework/jobs/src/main/java/org/apache/cloudstack/framework/jobs/impl/AsyncJobManagerImpl.java:
##########
@@ -125,6 +125,10 @@ public class AsyncJobManagerImpl extends ManagerBase
implements AsyncJobManager,
Integer.class, "vm.job.lock.timeout", "1800",
"Time in seconds to wait in acquiring lock to submit a vm worker
job", false);
private static final ConfigKey<Boolean> HidePassword = new
ConfigKey<Boolean>("Advanced", Boolean.class, "log.hide.password", "true", "If
set to true, the password is hidden", true, ConfigKey.Scope.Global);
+ public static final ConfigKey<Integer> ApiJobPoolSize = new
ConfigKey<>("Advanced", Integer.class, "api.job.pool.size", "50",
Review Comment:
I recall Vishesh had some changes in the past so that the pool size can be
updated dynamically when the value is changed, no need to restart management
server.
maybe @vishesh92 can give some advice
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]