View source: R/faasr_client_tools.R
faasr_set_workflow_timer | R Documentation |
set cron timer for workflow This function aggregates the set cron timer function for openwhisk, github actions and lambda This can be used as a cross-platform function
faasr_set_workflow_timer(cron, target = NULL, ...)
cron |
a string for cron data e.g., */5 * * * * |
target |
a string for specific function |
... |
a string for underlying functions |
return nothing / set the workflow timer
if (interactive()){
test <- faasr("test.json", "env")
test$set_workflow_timer("*/5 * * * *")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.