Suppose you manually execute the function via the Function Menu Blade -> Code + Test -> Test/Run, as shown at the bottom of this message. What happens if this manual execution of the function is still running when the time specified in the TimerTrigger attribute arrives?
* Will the manual execution be interrupted by the timer-triggered execution?
* Will the manual execution prevent the timer from triggering a new execution of the function?
* Or will a new instance of the function be kicked off when the timer triggers it, running in parallel with the existing manual execution?
0 comments:
Post a Comment
Thanks