Skip to content

Commit

Permalink
add more wait
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Jan 6, 2024
1 parent 23f5610 commit ca0eb1c
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 ca0eb1c

Please sign in to comment.