nvazquez commented on code in PR #13565:
URL: https://github.com/apache/cloudstack/pull/13565#discussion_r3592134337
##########
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:
Hi @vishesh92 can you please advise?
--
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]