daisycrego / jbg-admin

Admin app for Jill Biggs Group follow-up boss event management
1 stars 0 forks source link

System outage - worker down #39

Closed daisycrego closed 3 years ago

daisycrego commented 3 years ago

The worker for processing new webhook events/people went down after some of the latest changes. Reverte the changes to worker.js - had separated out functions for processing events vs people. This needs to be explored in more detail, because the current implementation doesn't seem to be working for events at least. Reverted back to the version that only processes events until we can get both up and running. Need more logging capabilities on the worker process, and maybe also a couple of dummy requests to my own routes, to actually test this. There must be a way to generate fake webhook events, I need to actually do one of those to check that the worker is processing the event before I release another potentially breaking change onto the live site...

daisycrego commented 3 years ago

Worker process appears to be back up and running since I reverted the change over the weekend.