Zomis / Duga

Stack Exchange Chat bot
18 stars 6 forks source link

Exception when processing questions #109

Closed Zomis closed 2 years ago

Zomis commented 8 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.

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.