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

[Feature Request] Eager workflow start #388

Closed
antlai-temporal opened this issue Sep 25, 2023 · 0 comments
Closed

[Feature Request] Eager workflow start #388

antlai-temporal opened this issue Sep 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@antlai-temporal
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Support for Eager Workflow Start was added in the server in 1.20, and is currently supported in Java and Go SDKs. It
reduces the latency to start a workflow by allowing the client to directly schedule the first workflow task to a local worker. See temporalio/features#242 for details.

The goal is to make Python the first core-based SDK to support Eager Workflow Start after is enabled in Core.

Describe the solution you'd like

This mechanism is mostly transparent to the Python SDK client, but we need to add a flag enable_eager_start to client.start_workflow to use it. It will default to False while the core implementation is considered experimental.

Additional context

This depends on temporalio/sdk-core#606

@antlai-temporal antlai-temporal added the enhancement New feature or request label Sep 25, 2023
@cretz cretz closed this as completed Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants