I have azure function with queue trigger and I wanna perform deploy of new version, but before that I need to be sure that function will finish ongoing executions. Does disabling specific functions (or stopping whole function) will interrupt current executions? If yes, is there any other way to suspend new executions and allow finish current one? And is there any metric which will show me ongoing execution count?