Skip to content

[Improve]: avoid suspension if next replay comes soon #221

@zhongkechen

Description

@zhongkechen

What would you like?

I would like to keep busy waiting and avoid suspension/replay overhead if the replay is going to happen soon, which includes the following scenarios:

  • the next retry of a failed step operation
  • next check of waitForCondition
  • expiration of a wait operation

The maximum busy wait period should be customizable by a DurableConfig field (default: 0, busy waiting is disabled)

Possible Implementation

No response

Is this a breaking change?

No

Does this require an RFC?

No

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions