-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Our project relies on an in-memory workflow implementation to process on-call integration. This approach lacks fault tolerance, state persistence, and scalability for long-running or complex workflows.
To address these limitations, we aim to refactor the workflow to use Temporal, an open-source platform for orchestrating durable workflows. Temporal will provide fault tolerance, state management via event sourcing, and the ability to maintain in-memory processing for performance while ensuring durability.
This issue tracks the migration of our existing workflow to Temporal, preserving our manual coding approach and optimizing for in-memory execution where possible.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request