File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 (select-keys job-keys)
5050 (dissoc :fullName ))))
5151
52- ; ; global concurrentExecutionDisallowed? = false
52+ ; ; global concurrentExecutionDisallowed? = true
5353 (is (= {:jobClass SerialProxyJob
5454 :description nil
5555 :durable false
Original file line number Diff line number Diff line change 55 [cronut.trigger :as trigger])
66 (:import (org.quartz Job Trigger)))
77
8- (defrecord TestDefrecordJobImpl [identity description recover? durable? test-dep disallowConcurrentExecution ?]
8+ (defrecord TestDefrecordJobImpl [identity description recover? durable? test-dep disallow-concurrent-execution ?]
99 Job
1010 (execute [this _job-context]
1111 (log/info " Defrecord Impl:" this)))
Original file line number Diff line number Diff line change 4747 (select-keys job-keys)
4848 (dissoc :fullName ))))
4949
50- ; ; global concurrentExecutionDisallowed? = false
50+ ; ; global concurrentExecutionDisallowed? = true
5151 (is (= {:jobClass SerialProxyJob
5252 :description nil
5353 :durable false
Original file line number Diff line number Diff line change 55 [cronut.trigger :as trigger])
66 (:import (org.quartz Job Trigger)))
77
8- (defrecord TestDefrecordJobImpl [identity description recover? durable? test-dep disallowConcurrentExecution ?]
8+ (defrecord TestDefrecordJobImpl [identity description recover? durable? test-dep disallow-concurrent-execution ?]
99 Job
1010 (execute [this _job-context]
1111 (log/info " Defrecord Impl:" this)))
You can’t perform that action at this time.
0 commit comments