faasr_set_workflow_timer {FaaSr} | R Documentation |
faasr_set_workflow_timer
Description
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
Usage
faasr_set_workflow_timer(cron, target = NULL, ...)
Arguments
cron |
a string for cron data e.g., */5 * * * * |
target |
a string for specific function |
... |
a string for underlying functions |
Value
return nothing / set the workflow timer
Examples
if (interactive()){
test <- faasr("test.json", "env")
test$set_workflow_timer("*/5 * * * *")
}
[Package FaaSr version 1.3.0 Index]