GitHub offers an API to query webhook deliveries and rescheduling a delivery. If the app is down for any reason, for example during server-reboots, it's possible that we might miss an updated issue.
Given the architecture of this application, handling that case isn't too hard, though. We can automatically redeliver failed deliveries once every 30 minutes or so.