-
Notifications
You must be signed in to change notification settings - Fork 378
Description
Hello, and thank you for this maintaining this action
I recently added self-hosted runners to my workflow for pull request checks, but it seems to sometimes have issues with starting the tasks.
In the start-runner step of the workflow, it gets stuck on checking...
I was having this issue with the default 5 minute timeout period, so I tried bumping it up to 10 minutes but did not have any luck with that.
My currently workflow consists of running 12 jobs in parallel (it tests multiple parts of the codebase asynchronously). It always seems that only one of them fails every time it happens (11 out of 12 tests pass every time I run into this issue). It also doesn't happen every time. If I had to guess, it happens once every 4-5 times I've tried using the workflow.
Is there maybe an issue with starting so many EC2 instances at once? Sorry if this is not a bug with this action in particular, I'm not really sure what the actual issue is.