We enabled job executor logs and noticed that it is taking 4 seconds or more for any async task to be picked up once the flow execution stops before it.
As you see in the screen shot, there is 4 secs gap for “Send bot response” activity to be picked up. I am also attaching logs which show that this activity is added to job executor after 4 seconds of completion of exclusiveGateway before it. We added these job-execution properties and were under the impression that job executor will almost immediately pick up new jobs. What should be be done to reduce the gap and also how can we make sure job-execution properties are really getting picked up by camunda engine?
camunda.bpm.job-execution.core-pool-size=10
camunda.bpm.job-execution.max-pool-size=20
camunda.bpm.job-execution.wait-time-in-millis=2000
camunda.bpm.max-wait=5000
Appreciate your help help 
{“logType”:“DEBUG”,“logLevel”:“DEBUG”,“logTimestamp”:“2018-08-21T00:30:20.751Z”,“logger”:“org.camunda.bpm.engine.jobexecutor”,“label”:“ENGINE-14012 Job acquisition thread woke up”,“runtime”:{“hostName”:“hltv0682”,“ip”:“10.233.72.63”,“instance”:“rcmacchatbot-1-0-q30a-86bc9ddfdd-m99f8”,“clusterName”:“NONPROD-HYWRCA02-CSI-CST-01”,“namespace”:“com-att-csbobpm-test”,“image”:“dockercentral.it.att.com:5100/com.att.csbobpm.custnetcare.coch.cuco/rcmacchatbot:1.0.53",“platformIdentifier”:“AJSC7_CAMUNDA”,“environment”:“TEST”},“application”:{“deploymentUnitName”:"",“motsApplicationAcronym”:"CS BOBPM”}}
{“logType”:“DEBUG”,“logLevel”:“INFO”,“logTimestamp”:“2018-08-21T00:30:20.755Z”,“logger”:“org.camunda.bpm.engine.jobexecutor”,“label”:“ENGINE-14008 Adding new exclusive job to job executor context. Job Id=‘603deeb9-a4d9-11e8-8686-0a580ae9483f’”,“runtime”:{“hostName”:“hltv0682”,“ip”:“10.233.72.63”,“instance”:“rcmacchatbot-1-0-q30a-86bc9ddfdd-m99f8”,“clusterName”:“NONPROD-HYWRCA02-CSI-CST-01”,“namespace”:“com-att-csbobpm-test”,“image”:“dockercentral.it.att.com:5100/com.att.csbobpm.custnetcare.coch.cuco/rcmacchatbot:1.0.53",“platformIdentifier”:“AJSC7_CAMUNDA”,“environment”:“TEST”},“application”:{“deploymentUnitName”:"",“motsApplicationAcronym”:"CS BOBPM”}}
{“logType”:“DEBUG”,“logLevel”:“DEBUG”,“logTimestamp”:“2018-08-21T00:30:20.808Z”,“logger”:“org.camunda.bpm.engine.jobexecutor”,“label”:“ENGINE-14022 Acquired 0 jobs for process engine ‘default’: []”,“runtime”:{“hostName”:“hltv0682”,“ip”:“10.233.72.63”,“instance”:“rcmacchatbot-1-0-q30a-86bc9ddfdd-m99f8”,“clusterName”:“NONPROD-HYWRCA02-CSI-CST-01”,“namespace”:“com-att-csbobpm-test”,“image”:“dockercentral.it.att.com:5100/com.att.csbobpm.custnetcare.coch.cuco/rcmacchatbot:1.0.53",“platformIdentifier”:“AJSC7_CAMUNDA”,“environment”:“TEST”},“application”:{“deploymentUnitName”:"",“motsApplicationAcronym”:"CS BOBPM”}}
{“logType”:“DEBUG”,“logLevel”:“DEBUG”,“logTimestamp”:“2018-08-21T00:30:20.808Z”,“logger”:“org.camunda.bpm.engine.jobexecutor”,“label”:“ENGINE-14011 Job acquisition thread sleeping for 9943 millis”,“runtime”:{“hostName”:“hltv0682”,“ip”:“10.233.72.63”,“instance”:“rcmacchatbot-1-0-q30a-86bc9ddfdd-m99f8”,“clusterName”:“NONPROD-HYWRCA02-CSI-CST-01”,“namespace”:“com-att-csbobpm-test”,“image”:“dockercentral.it.att.com:5100/com.att.csbobpm.custnetcare.coch.cuco/rcmacchatbot:1.0.53",“platformIdentifier”:“AJSC7_CAMUNDA”,“environment”:“TEST”},“application”:{“deploymentUnitName”:"",“motsApplicationAcronym”:"CS BOBPM”}}