Remove webhook tracking from revalidation queue if closed
While checking logs for an unrelated issue, it was noticed our logs were packed with bad entries from a revalidation item that could never resolve. It attempted to resolve a total of 65k times, when it was probably closed the entire time. While we need more insight into this queue, this is a good initial step to remove a bad case from the queue.