(core-step-safe status-map step-name step-fn)Executes a pipeline step with skip-on-failure, error safety net, and timing. step-fn receives the status-map and must return an updated status-map. If status is :failed, the step is skipped with a warning. Uncaught exceptions are converted to :failed status.
Executes a pipeline step with skip-on-failure, error safety net, and timing. step-fn receives the status-map and must return an updated status-map. If status is :failed, the step is skipped with a warning. Uncaught exceptions are converted to :failed status.
(status-map-add-measurement status-map stat-key start-time-ns end-time-ns)Calculates the duration from start-time-ns and end-time-ns and appends it as a tuple
[stat-key duration-ns formatted-duration] to the :stats vector in the status-map.
Calculates the duration from `start-time-ns` and `end-time-ns` and appends it as a tuple `[stat-key duration-ns formatted-duration]` to the `:stats` vector in the `status-map`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |