vishesh-baghel / glide

You can see how Glidee-bot works by installing it from here
https://github.com/apps/glidee-bot
ISC License
0 stars 0 forks source link

Add a collection in db to store all the webhook events coming from the github. #33

Closed vishesh-baghel closed 10 months ago

vishesh-baghel commented 10 months ago

This is important to make the app more reliable in case the processing fails in between a job

vishesh-baghel commented 10 months ago

Add a scheduler job for this feature also to replay all the missed events coming from github. The scheduler will fetch all the events with the status as not-consumed

vishesh-baghel commented 10 months ago

check this issue for the implementation idea of using a queue manager in front of the app to receive all the webhook events https://github.com/probot/probot/issues/1049

vishesh-baghel commented 10 months ago

Added hookdeck in front for the app to handle all the events. So, as of now, This feature is not required