Asim Aslam

Results 126 comments of Asim Aslam

Look at the logs and see what the error is

How are these events produced? Assuming if it's a webhook service that there's an endpoint where events are sent?

I think what you're talking about in general is a message queue or stream of events not exclusive to webhooks. We have an event service for this. https://github.com/micro/services/tree/master/event

I'd be interested to see what a complete API for webhook service looks like. Definitely something that we should include.

Do you have a specific use case in mind for this? I think its better built when needed as opposed to just for the sake of building it. Likely the...

I welcome a webhook service contribution. I think personally it's a little bit beyond my capabilities at this moment.

I don't have time but feel free to PR