File tree Expand file tree Collapse file tree 5 files changed +7
-17
lines changed Expand file tree Collapse file tree 5 files changed +7
-17
lines changed Original file line number Diff line number Diff line change 4444 {:job #ig/ref :test.job/two
4545 :trigger #cronut/cron " */8 * * * * ?"
4646 :misfire :do-nothing }]
47- :disallowConcurrentExecution? true }}
47+ :disallowConcurrentExecution? true }
4848````
4949
5050### Controlling Concurrent Execution
@@ -273,8 +273,9 @@ We can realise that system and run those jobs (See `cronut.integration-fixture`
273273 0x2e906b8a
274274 " cronut.integration_fixture$eval2343$fn$reify__2345@2e906b8a" ]},
275275 :cronut/scheduler #object[org.quartz.impl.StdScheduler 0x7565dd8e " org.quartz.impl.StdScheduler@7565dd8e" ]}
276-
277- (itf/shutdown! )
276+
277+ (require '[integrant.core :as ig])
278+ (ig/halt! *1)
278279=> nil
279280````
280281
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 44
55 :url " https://github.com/factorhouse/cronut"
66
7- :license {:name " Eclipse Public License"
8- :url " http ://www.eclipse.org/legal/epl-v20.html " }
7+ :license {:name " Apache 2.0 License"
8+ :url " https ://github.com/factorhosue/slipway/blob/main/LICENSE " }
99
1010 :plugins [[dev.weavejester/lein-cljfmt " 0.13.1" ]]
1111
1414 [org.quartz-scheduler/quartz " 2.4.0" :exclusions [org.slf4j/slf4j-api]]
1515 [integrant " 0.13.1" :scope " provided" ]]
1616
17- :profiles {:dev {:resource-paths [" test -resources" ]
17+ :profiles {:dev {:resource-paths [" dev -resources" ]
1818 :dependencies [[ch.qos.logback/logback-classic " 1.3.15" ]
1919 [org.clojure/core.async " 1.8.741" ]
2020 [clj-kondo " 2025.06.05" ]]}}
2121
22- :deploy-repositories [[" releases" {:url " https://clojars.org/repo/" :creds :gpg }]]
23-
24- :release-tasks [[" vcs" " assert-committed" ]
25- [" change" " version" " leiningen.release/bump-version" " release" ]
26- [" vcs" " commit" ]
27- [" vcs" " tag" ]
28- [" deploy" ]
29- [" change" " version" " leiningen.release/bump-version" ]
30- [" vcs" " commit" ]
31- [" vcs" " push" ]]
32-
3322 :aliases {" smoke" [" do"
3423 [" clean" ]
3524 [" check" ]
You can’t perform that action at this time.
0 commit comments