Closed Khushboo-Mulani closed 2 years ago
in index.js for timer azure function,
module.exports = async function (context, myTimer) { intercept(context); if (myTimer.IsPastDue) { console.log('myTimeris running late!'); } console.log("myTimer scheduler just ran!") };
Getting every log twice while using "intercept(context)", this is totally strange!
hey, this was a breaking change and is being tracked in #11
I didn't completely understand what you were saying and I didn't realize the issue was only locally. Sorry!
in index.js for timer azure function,
module.exports = async function (context, myTimer) { intercept(context); if (myTimer.IsPastDue) { console.log('myTimeris running late!'); } console.log("myTimer scheduler just ran!") };
Getting every log twice while using "intercept(context)", this is totally strange!