Skip to content

feat(widgets): ⚡ add parallel execution & resilience - #11

Open
iagocalazans wants to merge 1 commit into
masterfrom
feat/parallel-and-resilience
Open

feat(widgets): ⚡ add parallel execution & resilience#11
iagocalazans wants to merge 1 commit into
masterfrom
feat/parallel-and-resilience

Conversation

@iagocalazans

Copy link
Copy Markdown
Owner
  • ⚡ Add Parallel widget: run named branches concurrently on isolated clones, then merge;
  • 🧺 Add ParallelMap: bounded-concurrency batch map with partial-failure collection;
  • 🔁 Add Retry (fixed/exponential backoff + jitter) and CircuitBreaker decorator widgets;
  • 🛠️ Harden engine with a run() lifecycle hook and a fully awaited execution chain;
  • 🚨 Propagate unhandled errors instead of swallowing them; add typed RouteSignal;
  • 🔧 SetVariable now accumulates multiple variable() calls; fix Comparator.notEqual;
  • 📚 Add resilient ETL example, repair examples 01/03/04, refresh README and CLAUDE.md;
  • ✅ Cover new widgets and fixes with Jest suites (29 passing).

Closes the first two roadmap items. Note: unhandled errors now propagate (behavior change).

- ⚡ Add Parallel widget: run named branches concurrently on isolated clones, then merge;
- 🧺 Add ParallelMap: bounded-concurrency batch map with partial-failure collection;
- 🔁 Add Retry (fixed/exponential backoff + jitter) and CircuitBreaker decorator widgets;
- 🛠️ Harden engine with a run() lifecycle hook and a fully awaited execution chain;
- 🚨 Propagate unhandled errors instead of swallowing them; add typed RouteSignal;
- 🔧 SetVariable now accumulates multiple variable() calls; fix Comparator.notEqual;
- 📚 Add resilient ETL example, repair examples 01/03/04, refresh README and CLAUDE.md;
- ✅ Cover new widgets and fixes with Jest suites (29 passing).

Closes the first two roadmap items. Note: unhandled errors now propagate (behavior change).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant