Sean Feldman

Results 432 comments of Sean Feldman

👍 for this binder to be added. Scenario I'm in - periodic work that could be requested multiple times, but shouldn't be executed multiple times. All requests are collected as...

@adriennn, it would be better to consolidate the effort and have upvotes on [the issue](https://github.com/Azure/azure-webjobs-sdk/issues/625#issue-128654197) instead of monitoring two different sources. I would suggest doing the opposite and directing from...

See https://github.com/Particular/NServiceBus.Transport.AzureServiceBus/issues/876

The primary concern is not the cost but the number of entities a namespace can have. If it would be solvable by money, it wouldn't be an issue.

@johannesoenema, does it work if you send a message with the custom property `version` set to a string value (`"2"`)?

> So my options are: use a correlation filter with "2" as value or use a sql filter? Sounds right. Correlation filters are supposed to be very efficient and fast....

Thank you, @cmcconomyfwig. Your post was extremely helpful. I simplified this a little more and set the environment variable along with the commands to produce `host.json` to keep it all...

Just ran into a similar issue, trying to figure out how to specify that the created DB should be serverless. I understand that the documentation is auto-generated. That doesn't make...

~~I'm having a similar issue, but my host log logging definition is somewhat different:~~ sorry, not relevant to this issue.