svix-webhooks icon indicating copy to clipboard operation
svix-webhooks copied to clipboard

The enterprise-ready webhooks service 🦀

Results 105 svix-webhooks issues
Sort by recently updated
recently updated
newest added

We've noticed that we don't get meaningful errors when we have underlying connectivity issues to redis instances, e.g., when we're trying to connect to a TLS-enabled cluster with a non-TLS...

I'm actually not sure about the correct behavior here, but it feels like something we would probably want even for just workers?

server

Hello, I apologize if my question does not make sense. I've already reviewed some of Svix's features and I have a question. With Svix it is possible for me to...

The general idea here is to let folks define a js module to use as a data source for a "sender." This could be general purpose but the initial use...

Do not merge. Only a partial impl. Needs consumer APIs which are not yet implemented in the SDK https://github.com/awslabs/aws-sdk-rust/issues/213 Much of the code in the new kinesis module is actually...

E.g. when you "list messages" with `event_types=1,` (, is not allowed in event type names), you get this: ```rust Error: Varidation error Some(HttpValidationError { detail: [ValidationError { loc: ["query", "__all__"],...

server

## Bug Report ### Version 0.83.1 ### Platform Windows 64-bit, Azure Function App ### Description While testing changes to our Azure Function App that utilizes the Svix C# client, we...

used match Instead of if else moved timestamp_diff to variable to improve readability

See conversation here https://github.com/svix/svix-webhooks/pull/895#discussion_r1170641685 Basically, we want to make sure we're gracefully handling connection failures with RabbitMQ, since `lapin` doesn't yet do this transparently for us.

In #893 I made many changes to OpenAPI generation to match the current spec. This necessitated some workarounds to schemars' and aide's shortcomings and this is a list of those....