Feech
Feech
If I'm reading this correctly, are we basically saying that Abp is not compatible with Azure if we rely on transactions? If so, IMO, this should be considered a high...
Ok thanks, but what happens? Does a transaction fail/rollback if we get one of their famous Transient Failures? It seems like the logical thing that would happen, just need to...
Yes, we also run a very heavily trafficked SaaS product getting hundreds of requests a second. all day long.. so we see the Transient error at least a few times...
I think it's fine as-is if you just allow the + sign.
(sorry tried to post this on StackOverflow instead but the requested tag doesn't exist)
I'm pretty sure I understand what all these components are :-) What I'm saying is that, in most scenarios, caching is not an choke point on failing out an entire...
any chance of a "silent" option to not throw exceptions and interrupt the pipeline if caching fails?
That would be my preferred suggestion as well, thank you! We have a high volume web environment and we've found 99% of the exceptions that get thrown are Redis connections....
I was just looking at doing the same thing. Using Redis on Azure, highly distributed instances of our app service, so they can't all access the same Redis server. We...
I think this is a more serious problem as each web server ends up generating its own unique set of URL's for the bundle. Of course being able to offload...