tanium / octobot

github bot with slack and jira integration
MIT License
25 stars 16 forks source link

Start to add database to store webhook deliveries #310

Closed matthauck closed 2 years ago

matthauck commented 2 years ago

Since GitHub Apps can now lookup webhook deliveries and request redelivery via the api, we should start storing successfully processed webhooks guids.

We can then use this to decide how far back to look in the webhook delivery history to look for failures.