Skip to content

Commit

Permalink
Merge pull request #194 from masutaka/update-readme
Browse files Browse the repository at this point in the history
Add "Limitations and Latency" to README.md
  • Loading branch information
masutaka authored Jul 29, 2024
2 parents 55356b3 + 4f606c9 commit 1fb3e78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,19 @@ View the default configuration [here](./config/settings.yml).
| `closed` | `string` | Displays when the issue or pull request is closed. |
| `merged` | `string` | Displays when the pull request is merged. Applicable to pull requests only. |

## Limitations and Latency

github-nippou uses the GitHub [List events for the authenticated user](https://docs.github.com/ja/rest/activity/events?apiVersion=2022-11-28#list-events-for-the-authenticated-user) API.

:link: [REST API endpoints for events \- GitHub Docs](https://docs.github.com/en/rest/activity/events?apiVersion=2022-11-28)

> Only events created within the past 90 days will be included in timelines. Events older than 90 days will not be included (even if the total number of events in the timeline is less than 300).
github-nippou can create past daily reports, but the above limitations apply.

> This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
As of July 29, 2024, the above is a note regarding the [List repository events](https://docs.github.com/en/enterprise-cloud@latest/rest/activity/events?apiVersion=2022-11-28#list-repository-events) API, but I confirmed with GitHub support that it applies to all Event APIs.

## Contributing

Expand Down

0 comments on commit 1fb3e78

Please sign in to comment.