1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 18:50:05 +00:00

chore(*): print URL when polling job state

This commit is contained in:
Krishna Acondy
2021-05-11 08:29:15 +01:00
parent 98114c5591
commit 15a774ff81

View File

@@ -1101,6 +1101,9 @@ export class SASViyaApiClient {
Promise.reject(`Job state link was not found.`)
}
console.log(
`Attempting to poll job state from ${this.serverUrl}${stateLink.href}`
)
const { result: state } = await this.requestClient
.get<string>(
`${this.serverUrl}${stateLink.href}?_action=wait&wait=300`,