You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Related to issue raised in #1148, it looks like we may need to consider this even more fully here.
If something is syncing from GitHub but the timestamp is outdated on GitHub's side, it should not just be ignored; it likely also needs to kick off a resync to GitHub for that Task or Comment.
Problem
Right now if there are validation errors due to timestamps being off in GitHub syncing, it appears we're seeing
validating_tasks
orvalidating_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.The text was updated successfully, but these errors were encountered: