Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

Retry option to avoid timed out on request #315

Closed kripa-2019 closed 1 year ago

kripa-2019 commented 1 year ago

While publishing to a Data factory, we intermittently see a time out error.

Is there a timeout clause baked into the task?

DannyvB commented 1 year ago

We also had this happen on several occasions, we added a Retry option to resolve it

NowinskiK commented 1 year ago

Hi guys. Thanks for your comments. Are you able to create Pull Request with required changes? That would help me to review and adopt it to the module.

DannyvB commented 1 year ago

We have it in our DevOps pipeline not in the Powershell Modules:

image

I am not sure where to put it in the Powershell code unfortunately

NowinskiK commented 1 year ago

Closing as duplication of #295