liprec / azurebi-docs

Documation repository for the documantation of my Community projects
Other
11 stars 3 forks source link

Azure Data Factory Delete Items - reason: connect ETIMEDOUT - UnhandledPromiseRejectionWarning #194

Open thgauchet opened 1 year ago

thgauchet commented 1 year ago

Start issue here Hi, first I would like to thank you for this great devops component. I am using the ADF deploy tool with devops yaml pipeline. since few weeks we have several timeout issues in delete task (today delete pipelines) my problem is that this exception seems to be not handled and s task is in success, deployment is going on, retries are not done...

Could you help to fix this?

raw exec log: 2023-04-20T06:06:45.7625713Z ##[section]Starting: Delete pipelines from DataFactory 2023-04-20T06:06:45.7748943Z ============================================================================== 2023-04-20T06:06:45.7749061Z Task : Azure Data Factory Delete Items 2023-04-20T06:06:45.7749143Z Description : Delete Azure Data Factory V2 items, like Datasets, Pipelines, Linked Services or Triggers 2023-04-20T06:06:45.7749258Z Version : 2.5.3 2023-04-20T06:06:45.7749315Z Author : Jan Pieter Posthuma 2023-04-20T06:06:45.7749380Z Help : More Information 2023-04-20T06:06:45.7749479Z ============================================================================== 2023-04-20T06:08:10.5726506Z (node:2692) UnhandledPromiseRejectionWarning: FetchError: request to https://management.azure.com/subscriptions/***7***/resourceGroups/******/providers/Microsoft.DataFactory/factories/*********/pipelines?api-version=2018-06-01&$skipToken= **failed, reason: connect ETIMEDOUT 20.61.101.39:443****** 2023-04-20T06:08:10.5727489Z at ClientRequest. (D:\a_tasks\delete-adf-items_27e6f8f4-515b-47c1-8c51-2b8e9c15c84d\2.5.3\node_modules\node-fetch\lib\index.js:1491:11) 2023-04-20T06:08:10.5727815Z at ClientRequest.emit (events.js:198:13) 2023-04-20T06:08:10.5728218Z at TLSSocket.socketErrorListener (_http_client.js:401:9) 2023-04-20T06:08:10.5728468Z at TLSSocket.emit (events.js:198:13) 2023-04-20T06:08:10.5728767Z at emitErrorNT (internal/streams/destroy.js:91:8) 2023-04-20T06:08:10.5729140Z at emitErrorAndCloseNT (internal/streams/destroy.js:59:3) 2023-04-20T06:08:10.5729502Z at process._tickCallback (internal/process/next_tick.js:63:19) 2023-04-20T06:08:10.5730106Z (node:2692) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) 2023-04-20T06:08:10.5730576Z (node:2692) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. 2023-04-20T06:08:10.5839137Z ##[section]Finishing: Delete pipelines from DataFactory

thanks again!


Document details

⚠ Do not edit this section. It is required for docs.jppp.org ➟ GitHub issue linking.

stale[bot] commented 9 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.