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

Increase retry interval, add quiet period, add info logging #31

Merged
merged 2 commits into from Feb 9, 2021

Conversation

hajapy
Copy link
Contributor

@hajapy hajapy commented Jan 29, 2021

Closes #27

In my runs I am seeing about 1 minute between instanceStarted and runner registered, so I implemented just a short quiet period of 30s, and made the time delay 10s. This could be further tuned, or exposed as config parameters to let people tune it to their use case.

@hajapy
Copy link
Contributor Author

hajapy commented Jan 29, 2021

Also, it doesn't look like the PR package automation is working (probably because I am working from a fork - which I typically do for most OSS contributions). Was there something wrong with the dist being updated after merging to main? That seemed to work nicely.

@machulav machulav merged commit f5c4c9c into machulav:main Feb 9, 2021
@machulav machulav added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Feb 9, 2021
@machulav
Copy link
Owner

machulav commented Feb 9, 2021

@hajapy Many thanks for the improvement!

Also, it doesn't look like the PR package automation is working (probably because I am working from a fork - which I typically do for most OSS contributions). Was there something wrong with the dist being updated after merging to main? That seemed to work nicely.

It seems that it doesn't work properly with forks. I will try to figure it out and fix it.

mmoriani pushed a commit to ottimis/ec2-github-runner that referenced this pull request Feb 15, 2024
)

* Increase retry interval, add quiet period, add info logging

* Clean up message formatting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Not exiting when runner creation errors out
2 participants