powered by
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, ...)
return nothing / set the workflow timer
a string for cron data e.g., */5 * * * *
a string for specific function
a string for underlying functions
if (interactive()){ test <- faasr("test.json", "env") test$set_workflow_timer("*/5 * * * *") }
Run the code above in your browser using DataLab