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]: Conductor Timed-out Task updates miss #322

Open
ssureez opened this issue Nov 27, 2024 · 0 comments
Open

[FEATURE]: Conductor Timed-out Task updates miss #322

ssureez opened this issue Nov 27, 2024 · 0 comments

Comments

@ssureez
Copy link

ssureez commented Nov 27, 2024

Describe the Feature Request

Conductor task update API skips all task processing steps when it sees task and workflow already moved to terminal state.

In some scenarios, i see conductor client picked up the task and did not respond in time. In those cases i see conductor server marked the worker and workflow as timed-out but that worker eventually completes its processing. Since conductor server already moved the task status to terminal state, it is not accepting any further updates from the worker.

we are unaware of what happened to the timed-out task.

Describe Preferred Solution

when worker completed its execution after the timeout, Accepting worker update will help to identify what happened to the timed-out worker whether it is completed or failed during the processing

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

No branches or pull requests

1 participant