Closed Zomis closed 2 years ago
There seems to be a bug that can occur when processing questions, it seems to have started around here: http://chat.stackexchange.com/transcript/8595?m=24365150#24365150 and http://chat.stackexchange.com/transcript/message/24360472#24360472 .
This was likely caused because an exception occurred before this.lastCheck was updated.
this.lastCheck
Solution: Catch exceptions in QuestionScanTask and log them to Duga's Playground, then solve them when they appear again.
QuestionScanTask
Temporary workaround: Update this.lastCheck before doing all the work.
There seems to be a bug that can occur when processing questions, it seems to have started around here: http://chat.stackexchange.com/transcript/8595?m=24365150#24365150 and http://chat.stackexchange.com/transcript/message/24360472#24360472 .
This was likely caused because an exception occurred before
this.lastCheck
was updated.Solution: Catch exceptions in
QuestionScanTask
and log them to Duga's Playground, then solve them when they appear again.Temporary workaround: Update
this.lastCheck
before doing all the work.