faasr_unset_workflow_timer: faasr_unset_workflow_timer

View source: R/faasr_client_tools.R

faasr_unset_workflow_timerR Documentation

faasr_unset_workflow_timer

Description

unset cron timer for workflow This function aggregates the unset cron timer function for openwhisk, github actions and lambda This can be used as a cross-platform function

Usage

faasr_unset_workflow_timer(target = NULL, ...)

Arguments

target

a string for specific function

...

a string for underlying functions

Value

return nothing / unset the workflow timer

Examples

if (interactive()){
test <- faasr("test.json", "env")
test$unset_workflow_timer()
}

FaaSr documentation built on June 22, 2024, 9:38 a.m.