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

Add ability to disable workflow worker #1032

Open
Spikhalskiy opened this issue Feb 4, 2022 · 1 comment
Open

Add ability to disable workflow worker #1032

Spikhalskiy opened this issue Feb 4, 2022 · 1 comment
Labels
enhancement User experience

Comments

@Spikhalskiy
Copy link
Contributor

Cross-posting from GoSDK:
temporalio/sdk-go#636

@Spikhalskiy Spikhalskiy added the enhancement User experience label Feb 4, 2022
@cretz
Copy link
Member

cretz commented Feb 4, 2022

Note, we had to add an option in Go because we allowed registering of workflows after the worker started. If Java requires all registration happen before worker is started, you can just not turn on the workflow worker/poller if no workflows were registered (same for activity).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement User experience
Projects
None yet
Development

No branches or pull requests

2 participants