Skip to content

Commit

Permalink
add more wait (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 authored Jan 9, 2024
1 parent 23f5610 commit 17b6976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalardb/src/scalardb/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
(when (zero? retries)
(throw (ex-info "Failed to set up tables" {:schema schema})))
(when (< retries RETRIES)
(exponential-backoff (- RETRIES retries))
(try
(SchemaLoader/unload properties schema true)
(catch Exception e (warn (.getMessage e))))
Expand Down

0 comments on commit 17b6976

Please sign in to comment.