Keep track of everyone looking for this, I created an ENV variable and added an if check before executing my function. Example:
if os.environ['functionOn'] == 'true':
Can change the on / off function by changing the ENV variable from the console + redeployment.
source share