cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Node.JS Callback is not a function Error proxy.js

Calvin.Law
Creator
 

appdynamic_error_callback_is-not-afunction.png

This screenshots is extracted from the Logs

It indicates callback must be a function.

The helper function

 

  setTimeoutAsync: util.promisify(setTimeout),

 

 
Actual Implementation in Retry Logic

 

let retry Interval = 2000;
await this.setTimeoutAsync(retryInterval);

 

 

Any idea what that error beforeExecLogic in appdynamics?

0 REPLIES 0