Skip to content

Change Workflow to Use Temporal #54

@hoalongnatsu

Description

@hoalongnatsu

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions