Skip to content

Commit

Permalink
add readme explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
TrishGillett committed Sep 19, 2024
1 parent a3a335e commit d488e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ This tap accepts the following configuration options:
- `metrics_log_level`
- `stream_maps`
- `stream_maps_config`
- `milestones`: Parameters to be used by the `milestones` stream:
- `state`: Valid options are `open` (default), `closed`, `all`.
- `rate_limit_buffer` - A buffer to avoid consuming all query points for the auth_token at hand. Defaults to 1000.
- `expiry_time_buffer` - A buffer used when determining when to refresh Github app tokens. Only relevant when authenticating as a GitHub app. Defaults to 10 minutes. Tokens generated by GitHub apps expire 1 hour after creation, and will be refreshed once fewer than `expiry_time_buffer` minutes remain until the anticipated expiry time.

Expand Down

0 comments on commit d488e9d

Please sign in to comment.