Skip to content

Commit

Permalink
await-execution make private fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantisan committed May 3, 2021
1 parent f6b9524 commit f718f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stepwise/core.clj
Expand Up @@ -53,7 +53,7 @@
; TODO nil execution-name here causes step functions to gen one?
:name execution-name}))))

(defn await-execution [execution-arn]
(defn- await-execution [execution-arn]
; TODO occasionally not long enough for execution to even be visible yet -- catch
(Thread/sleep 500)
(loop [execution (client/describe-execution execution-arn)]
Expand Down

0 comments on commit f718f22

Please sign in to comment.