Problem
Right now if there are validation errors due to timestamps being off in GitHub syncing, it appears we're seeing validating_tasks or validating_comments errors. What we should do instead is actually ensure that if the timestamps are off, that we instead say the event payload was ignored due to timestamp differences.
Problem
Right now if there are validation errors due to timestamps being off in GitHub syncing, it appears we're seeing
validating_tasksorvalidating_commentserrors. What we should do instead is actually ensure that if the timestamps are off, that we instead say the event payload was ignored due to timestamp differences.