Skip to content

Filter runs locally instead of via API query param#8

Open
tobyjsullivan wants to merge 1 commit into
felixp8:masterfrom
tobyjsullivan:filter-locally
Open

Filter runs locally instead of via API query param#8
tobyjsullivan wants to merge 1 commit into
felixp8:masterfrom
tobyjsullivan:filter-locally

Conversation

@tobyjsullivan
Copy link
Copy Markdown

The Github API is currently returning stale results when the event query param is supplied. They appear to be about 24 hours old. It seems likely that filtered results are eventually consistent and there's some sort of indexing delay on Github's side.

Removing the event filter from the API request returns up-to-date results. The results are filtered with jq instead.

The Github API can return stale results when the event param is used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant