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

bug: Worker Liveness DEAD #4907

Open
imdevopx opened this issue Dec 12, 2024 · 1 comment
Open

bug: Worker Liveness DEAD #4907

imdevopx opened this issue Dec 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@imdevopx
Copy link

Describe the bug

after starting workflow with parallel jobs, workers immediately turns Liveness to DEAD then after a minute or two it will go back to Alive again then workflow somehow successful but very slow. any ideas?

To reproduce

  1. Run a workflow with loop and parallel jobs. see the workers in Worker Groups..
    our sample workflow: image
    worker status:
image

Expected behavior

Worker Liveness = Alive

Screenshots

seeing the below screenshot after our workflow starts. is it a normal behavior that worker has Liveness DEAD if it's in used?
image

Browser information

No response

Application version

v.1437.1

Additional Context

No response

@imdevopx imdevopx added the bug Something isn't working label Dec 12, 2024
@rubenfiszel
Copy link
Contributor

No it's not expected but most likely the workers died for some reasons and you should be able to get some more info inspecting the workers logs.

Please share a reproducible example with:

  • the full flow that you used
  • the specs of the infra that you used
  • the docker-compose that you used (if using docker-compose)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants