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

feat: Add GitHub timeout #22

Merged
merged 8 commits into from
Aug 5, 2024

Commits on Aug 2, 2024

  1. feat(gh): add timeout on GitHub wait

    The purpose of this commit is to add the required changes to enable a
    configurable timeout on waiting for the runner to become registered with
    GitHub.
    ethanholz committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7bd2b70 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    1b800f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede659d View commit details
    Browse the repository at this point in the history
  3. refactor(gh): update wait time to 1200 over 600 seconds

    This should allow for a bit of a longer wait and should cover most edge
    cases.
    ethanholz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fb799a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abf7339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a43683 View commit details
    Browse the repository at this point in the history
  6. docs(gh): Remove timeout from docstring.

    This is removed because the default _is not_ set by this function but
    instead set by the application itself.
    ethanholz committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fa9c585 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e83946 View commit details
    Browse the repository at this point in the history