-
Notifications
You must be signed in to change notification settings - Fork 674
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] Tasks get stuck in Queued status #5927
Comments
@sorushsaghari there must be a pod on the corresponding namespace (maybe |
@davidmirror-ops there is no pod in |
Got it, what about logs from the flyte-binary Pod? |
heres the log file |
ok looks like you're using namespaces other than the default (totally fine). Could you find a pod in the corresponding namespace? (maybe run |
@davidmirror-ops i have aleready done this. and check any possible namepsaces. but i dont find any pod there . |
can you try 'kubectl get flyteworkflows -A' to see if any workflow created? and check the event of the workflow |
ok now the state is like this: (ks3/sre-stage) ➜ workflows git:(master) ✗ kubectl get flyteworkflows.flyte.lyft.com -A
NAMESPACE NAME AGE
sre-data-prj-development f1acbcb2b8146415ea8c 3m10s
sre-data-prj-development f7b02a1ea30f14ee88d9 2m25s
sre-data-prj-development fa6fed9e06bc74caea4f 14s
sre-data-prj-development fcca4e8642f3d4879996 22h
sre-data-prj-development fd99a060dc9f248b68e3 2m39s
sre-data-prj-development fdf1d10a7e13f459f8ce 2m19s and describing one of them ends to this output:
|
do you guys have any idea about it ? @eapolinario @nkwangleiGIT |
is there any pod under sre-data-prj-development namespace? check using |
@pvditt , can you give us some pointers here? @sorushsaghari is running single binary and we see the flyteworkflow CRD being created but no pods. What might cause this? |
Hi everyone I managed to fix it. there was an error in the workflow manifest. I had two flyte deployments in two different namespaces. and it caused some conflicts. I couldn't understand why. but after deleting the other one it worked. |
@sorushsaghari thank you for the follow up. Please let us know if you run into any other issues. |
Describe the bug
Tasks in the Flyte deployment are not executing and remain in either an unknown or queued state indefinitely. No task progresses to the running or completed state, effectively halting workflow execution.
Expected behavior
Tasks should transition from the queued state to running, followed by completion, provided that no errors or resource constraints are encountered.
Additional context to reproduce
1- Set up Flyte using the provided Helm configuration.
2- Trigger a workflow that contains at least one task.
3- Observe that the tasks remain in queued status without progressing.
Helm configuration:
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: