chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

wip(bot): add heartbeat for webhook repo worker #856

Closed sbdchd closed 1 year ago

sbdchd commented 1 year ago

Basically we want to know if the worker gets stuck and to kill it if it does

We handle it failing due to an exception, but we don't handle cases where it hangs.