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

Problem with the timeout_after #22

Closed
cmyllis opened this issue Sep 1, 2023 · 2 comments · Fixed by #105
Closed

Problem with the timeout_after #22

cmyllis opened this issue Sep 1, 2023 · 2 comments · Fixed by #105
Assignees

Comments

@cmyllis
Copy link

cmyllis commented Sep 1, 2023

According to this...
image
...my understanding is that the default timeout if not set is 10 minutes.

I have created a combined action that runs a runbook and wait for it to finish.
I have seen workflows that run a lot more than 10 minutes and I dont see any timeout.

Am I missing something in how the behaviour should be? Is the timeout infinite if it is not set?

@jonagh
Copy link

jonagh commented May 22, 2024

I'm also trying to figure out why my OctopusDeploy/await-task-action@v3 isn't timing-out appropriately.
I have timeout_after: 1800 (30 min), but the job times out after 6 hours (which I believe is GitHub's own job timeout period).

Briefly looking at the code I see two funny things:

However that would just mean the custom value does not get used, and instead the default of 600s should be, but it's not.
So I kept looking...

@tbutler-qontigo
Copy link

We are seeing this too @caitlynstocker are there any plans to fix this issue?

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 a pull request may close this issue.

4 participants