microsoft / ghcrawler

Crawl GitHub APIs and store the discovered orgs, repos, commits, ...
MIT License
373 stars 90 forks source link

Ignore check_run & check_suite events ASAP #167

Closed geneh closed 5 years ago

geneh commented 5 years ago

The vast majority of events are of check_run and check_suite type (more than 99%). In this case it doesn't make sense to compute and compare signature, parse and log huge request bodies as well as queue messages up to be ignored later.

iamwillbar commented 5 years ago

We should consider if this data would be useful in the future, but for now ignoring it would be OK.