November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Update:
I have created a console application to test response times
var sw = Stopwatch.StartNew(); var namespaceManager = NamespaceManager.CreateFromConnectionString(csTest); Console.WriteLine(!namespaceManager.TopicExists(MY_ENPOINT) ? "Topic doesnt exist" : "Topic exists"); Console.WriteLine("Elapsed time: " + sw.Elapsed.ToString("c"));
Response time was around 45 second, which is crazy :)
I've created a new topic under the same namespace, and everything went back to normal.
The only problem was that I couldn't recreate a Topic with the same name.
I've got
SubCode=40901. Another conflicting operation is in progress.
I had to modify the code to use a new Topic name. But after a few days, it was possible to create a Topic with the old name.
Strange...
Hi,
We have an EPiServer website hosted in Azure. Everything was working fine for a couple of months, but now we're getting the following exception:
Did anyone have the same problem before?