jasonpet commented on issue #163: Added support for Azure cosmosDB for alarms 
package
URL: 
https://github.com/apache/incubator-openwhisk-package-alarms/pull/163#issuecomment-431461518
 
 
   @sandeep-paliwal  Please run all tests to verify it works once you fix this 
issue.  The getDatabase function in alarmWebAction needs to be a promise that 
you wait on when you call it.  You are returning the database but only after 
you wait on the initDB.  The call to getDatabase right before you try to 
getWorkerID is undefined because you are not waiting on it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to