I'm running into timeouts when triggering a publish customizations from my DevOps pipeline.
I always tend to do a publish before exporting a solution, just to make sure I'm not missing anything someone might have manually changed in the maker portal.
But for a certain customer, who has a rather large data model, I'm running into timeout issues in my pipelines.
so I get the known error:
##[error]The request channel timed out while waiting for a reply after 00:15:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
The really weird part is that when I look at the solution history in the maker portal itself, the "publish all" action succeeds in about 9 minutes.
So it looks like there is an issue with the callback from the platform to DevOps. Or the connection just get's closed and the callback never arrives..
Anybody else facing this issue and figured out a way around this?