Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 🌟 Version 2.0 🌟 - Rewrite Chain Processor #54

Merged
merged 1 commit into from
Nov 10, 2024
Merged

Conversation

oliverde8
Copy link
Owner

@oliverde8 oliverde8 commented Nov 6, 2024

  • 🌟 Complete rewrite of the ChainProcessor
  • 🌟 Optimized chain processor not to send as many stop items when multiple chains are involved
  • 🌟 Allows ChainProcessor to output through generators the items at the end. This is great to remove all limitations of the current sub chains.
  • 🌟 ChainRepeatOperation now can handle more complex cases & asynchronous tasks. The operation is not considered as experimental anymore.
  • 🌟 Added FailSafe operation allowing to execute sub-chains and catching exception in them.

- This optimizes the chain processor as the old version relied on a lot of StopItems
- Allows ChainProcessor to output through generators the items. This is great to remove all limitations of the current sub chains.
- ChainRepeatOperation now can handle more complex cases & asynchronous tasks.
@oliverde8
Copy link
Owner Author

Fixes: #50
Fixes: #49

@oliverde8 oliverde8 merged commit 1ffff24 into master Nov 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant