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

Default action timeouts are too long #21

Open
puehringer opened this issue Aug 2, 2023 · 3 comments
Open

Default action timeouts are too long #21

puehringer opened this issue Aug 2, 2023 · 3 comments
Assignees
Labels
priority: high type: bug Something isn't working

Comments

@puehringer
Copy link
Contributor

puehringer commented Aug 2, 2023

Our default timeouts (6h) are too long for most jobs. See https://github.com/datavisyn/patentbay_product/actions/runs/5733724589, where it waited for 3h+.

This is quite costly, and we should change that to a reasonable number.

@puehringer
Copy link
Contributor Author

@dvviktordelev It happened again as it was stuck on restart pods (here):

Image

@dvviktordelev
Copy link
Contributor

We can set timeout-minutes for jobs or specific steps. No global or workflow-wide option available.
Should we set timeout-minutes: 60 to the deploy jobs?

@puehringer
Copy link
Contributor Author

Yeah, preferably on the workflow level I think. Can you check if that's passable as input? I can imagine us setting it to 30min, but you can pass 60min if required for example.

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

No branches or pull requests

2 participants