Particular / NServiceBus.Transport.AzureServiceBus

Azure Service Bus transport
Other
22 stars 19 forks source link

upgrade to Azure.Messaging.ServiceBus version that limits batch TryAdd when size limit is reached #1017

Closed PhilBastian closed 3 months ago

PhilBastian commented 3 months ago

fixes #994

johnsimons commented 3 months ago

@PhilBastian @danielmarbach I don't know how expesive it can get, but it would be nice to have a test for this, thoughts?

danielmarbach commented 3 months ago

The namespaces get created on the fly during CI/CD runs. A premium namespace is billed per hour and costs roughly 2 USD per hour (a test run runs for a fraction of an hour). The question is though whether we really want to test the SDK?

It is awesome when all u need to do is update a package

I guess my asynchronous lobbying has helped ;)

johnsimons commented 3 months ago

Yeah agree @danielmarbach 😄