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

fix timeout reason for k8s #2128

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

madhur-ob
Copy link
Collaborator

fixes #1469

we now get:

2024-11-04 11:05:05.522 [218872/start/1343271 (pid 72165)] Kubernetes error:
2024-11-04 11:05:05.523 [218872/start/1343271 (pid 72165)] DeadlineExceeded: Pod was active on the node longer than the specified deadline. This could be a transient error. Use @retry to retry.

@savingoyal
Copy link
Collaborator

@madhur-ob the message - This could be a transient error. Use @retry to retry. is incorrect if this is triggered through @timeout.

@madhur-ob
Copy link
Collaborator Author

Yeah, I wasn't sure about it, thus didn't merge.
Will change, thanks for confirming..

@madhur-ob
Copy link
Collaborator Author

now, we get:

2024-11-06 23:06:12.745 [218895/start/1343328 (pid 26267)] Kubernetes error:
2024-11-06 23:06:12.746 [218895/start/1343328 (pid 26267)] DeadlineExceeded: Pod was active on the node longer than the specified deadline

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

Successfully merging this pull request may close these issues.

Timedout tasks do not show correct error messages
2 participants