Peter Bomers
Peter Bomers
Is it possible to approve this merge? We're using the Azure run from package feature, that creates a readonly wwwroot content directory. All the first call to WebOptimizer fail (disk...
> Need some more info. > > 1. Do you set prefetch count on the subscription client? No, the prefetch count is untouched. (zero by default) > 2. What do...
> Ok. Your client seems to be running fine. > Can you give me the namespace, entity name, and the sequence number of the message for which completions timed out...
> I looked at the traces on the service. One of the front end nodes was experiencing high CPU at the time and some requests from your client to that...
> I looked at the traces on the service. One of the front end nodes was experiencing high CPU at the time and some requests from your client to that...
I think this occurs when there is a merge message on te main branch. The [childConfiguration](https://github.com/GitTools/GitVersion/blob/a4dde97534bb504f8c41a2ca0c709f7cea12dae0/src/GitVersion.Core/VersionCalculation/VersionSearchStrategies/MainlineVersionStrategy.cs#L237) is the same as the current [configuration](https://github.com/GitTools/GitVersion/blob/a4dde97534bb504f8c41a2ca0c709f7cea12dae0/src/GitVersion.Core/VersionCalculation/VersionSearchStrategies/MainlineVersionStrategy.cs#L242) and the exception is thrown.
Thank you for the reply Oleg! Using the `LoadEventScheduling.InExecute` indeed fixes the issue.
> OK, I had a look at it. Indeed, it's all controlled by the time point when Load event is executed. The older version executed it after UI, just when...