diff --git a/src/stepwise/core.clj b/src/stepwise/core.clj index faf6dd0..9b52ad0 100644 --- a/src/stepwise/core.clj +++ b/src/stepwise/core.clj @@ -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)]