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

Manage the timeout parameters for a worker/connector #26

Open
pierre-yves-monnet opened this issue Sep 6, 2022 · 0 comments
Open

Manage the timeout parameters for a worker/connector #26

pierre-yves-monnet opened this issue Sep 6, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@pierre-yves-monnet
Copy link
Collaborator

As a developer, I know that my worker needs time to process
In Zeebe, you can tell the engine that you need time to do it: this is the timeout. After this timeout, Zeebe considers the worker/connector is dead, and unlocks it; then a new worker can take it

As a developer, I want to give two information then:

  • This timeout (for example, 30 seconds)
  • if this timeout depends on the number of threads
    It will be possible for the administrator to change the number of threads. By default, this is one. But if the admin setup this parameter to 32, we can assume the needed time is then *32... or not.
@pierre-yves-monnet pierre-yves-monnet added the enhancement New feature or request label Sep 6, 2022
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

1 participant