Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
klauswuestefeld committed Mar 28, 2024
1 parent 1b35b94 commit 536b9dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/prevayler_clj_aws/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@
(read-page {:order {:N "0"} :partkey {:N (str partkey)}})))

(defn- restore-events! [dynamo-cli handler state-atom table partkey page-size]

(future
(loop []
(Thread/sleep 10000)
(println "STORED ITEM:" @stored-item)
(recur)))

(let [items (read-items dynamo-cli table partkey page-size)]
(doseq [[timestamp event expected-state-hash] items]
(let [state (swap! state-atom handler event timestamp)]
Expand Down

0 comments on commit 536b9dc

Please sign in to comment.