Fix frequency and tracking of GH revalidation calls
There is currently code in the webhook tracking table to help us track how many times different PRs needed to be error corrected for validation. That count is not incrementing correctly, leading to an important stat being missing. This will need to be corrected, as well as to decrease the frequency that the error correcting happens, as every 5s is too aggressive for the backlog we recieve.