reactor/lib/reactor
2024-03-02 11:32:01 +13:00
..
argument improvement: Add wait_for DSL. (#39) 2023-07-25 10:50:01 +12:00
builder improvement: Add ability for steps to decide at runtime whether they should be run asyncronously. (#84) 2024-02-08 12:32:43 +13:00
dsl feat: Add telemetry middleware. (#93) 2024-02-29 09:23:51 +13:00
errors fix: Don't swallow errors when a step runs out of retries. (#41) 2023-07-27 13:26:54 +12:00
executor feat: Add telemetry middleware. (#93) 2024-02-29 09:23:51 +13:00
middleware feat: Add telemetry middleware. (#93) 2024-02-29 09:23:51 +13:00
step improvement!: Remove hooks and replace with middleware behaviour. (#90) 2024-02-26 16:20:54 +13:00
template improvement: Add "subpaths" to templates. (#31) 2023-07-12 07:36:06 +12:00
application.ex improvement(Reactor.Executor): track concurrent process usage across multiple reactors. (#26) 2023-06-23 12:29:27 +12:00
argument.ex improvement(Template): Abstract template type so that it can be used by extensions. 2023-09-06 11:59:53 +12:00
builder.ex improvement!: Remove hooks and replace with middleware behaviour. (#90) 2024-02-26 16:20:54 +13:00
dsl.ex improvement!: Remove hooks and replace with middleware behaviour. (#90) 2024-02-26 16:20:54 +13:00
executor.ex perf: Don't iterate the entire graph every time through the loop. (#88) 2024-02-15 14:09:18 +13:00
info.ex improvement!: Remove hooks and replace with middleware behaviour. (#90) 2024-02-26 16:20:54 +13:00
middleware.ex improvement!: Remove hooks and replace with middleware behaviour. (#90) 2024-02-26 16:20:54 +13:00
planner.ex perf(Dsl): Build and pre-plan DSL reactors. 2023-06-20 14:09:09 +12:00
step.ex fix: callback spec for Reactor.Step.async?/1. 2024-02-15 14:19:07 +13:00
template.ex chore(deps): Update Spark v2.0.1. 2024-03-02 11:32:01 +13:00
utils.ex chore: update to Erlang 26 and Elixir 1.15.5. 2023-09-01 13:24:12 +12:00