Add timeout-minutes to the lint PR format job#9499
Closed
ahukkanen wants to merge 9 commits intodecidim:developfrom
Closed
Add timeout-minutes to the lint PR format job#9499ahukkanen wants to merge 9 commits intodecidim:developfrom
ahukkanen wants to merge 9 commits intodecidim:developfrom
Conversation
Contributor
Author
|
It still seems to be cancelled for this PR, so I need to investigate further. |
Contributor
Author
|
It seems this is not related to the timeout minutes, it just keeps happening randomly. It can even happen when the job queue is not that full but most of the times it happens when this action is waiting in the queue for some minutes (although it happened sometimes even only after some tens of seconds). I tried different debugging attempts but I could not figure out a conclusion. The things that I tried:
Therefore, I will close this one with the following notes:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎩 What? Why?
I noticed the lint PR format needs to be restarted quite often because the job queue is full and it gets tired of waiting. For this job we are not currently defining the
timeout-minutesconfiguration as the other jobs.GitHub documentation says the default timeout should be at 320 minutes but it seems it's actually being cancelled after 10-15 minutes.
This should fix that issue.
Testing
See that CI is green.
📋 Checklist
docs/.