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] Timeout not working as expected #80

Closed
tatiana opened this issue Oct 9, 2024 · 1 comment
Closed

[Bug] Timeout not working as expected #80

tatiana opened this issue Oct 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working customer triage-needed

Comments

@tatiana
Copy link
Collaborator

tatiana commented Oct 9, 2024

The ticket #74 was not enough for running ray pipelines that take longer. When using 0.3.0a5, the tasks are still timing out after 10min running.

As part of this ticket, we need to create a ray pipeline that takes 20 min and ensure it does not time out after 10 minutes.

@tatiana tatiana added bug Something isn't working triage-needed customer labels Oct 9, 2024
@tatiana tatiana removed their assignment Oct 21, 2024
@pankajkoti
Copy link
Collaborator

After having setup locally, I was not able to reproduce this issue. Upon setting job_timeout_seconds=0 for the SubmitRayJob I was able to see the job running longer than 10 mins. I have reported my findings over Slack to our users & awaiting their confirmation.

Attached is a DAG run that ran for 700s (~11.5 mins) from a DAG task that runs a loop for 700 iterations with a 1 second sleep between each iteration.
Image

@tatiana tatiana added this to the 0.3.0 milestone Oct 29, 2024
@tatiana tatiana closed this as completed Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working customer triage-needed
Projects
None yet
Development

No branches or pull requests

2 participants