This is an automated email from the ASF dual-hosted git repository.

lidongdai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0d5c6e4  [Feature] set acquireTriggersWithinLock true (#1866)
0d5c6e4 is described below

commit 0d5c6e4e7c2a75eac44e1d8f711b2b1c3e8862ac
Author: gabry.wu <[email protected]>
AuthorDate: Wed Jan 22 21:09:12 2020 +0800

    [Feature] set acquireTriggersWithinLock true (#1866)
    
    issue: https://github.com/apache/incubator-dolphinscheduler/issues/1863
---
 dolphinscheduler-common/src/main/resources/quartz.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-common/src/main/resources/quartz.properties 
b/dolphinscheduler-common/src/main/resources/quartz.properties
index c9a23af..2e3a2a0 100644
--- a/dolphinscheduler-common/src/main/resources/quartz.properties
+++ b/dolphinscheduler-common/src/main/resources/quartz.properties
@@ -53,6 +53,7 @@ org.quartz.jobStore.tablePrefix = QRTZ_
 org.quartz.jobStore.isClustered = true
 org.quartz.jobStore.misfireThreshold = 60000
 org.quartz.jobStore.clusterCheckinInterval = 5000
+org.quartz.jobStore.acquireTriggersWithinLock=true
 org.quartz.jobStore.dataSource = myDs
 
 #============================================================================

Reply via email to