faasr_set_workflow_timer_ld {FaaSr} | R Documentation |
faasr_set_workflow_timer_ld
Description
# set/unset workflow cron timer for lambda
Usage
faasr_set_workflow_timer_ld(faasr, cred, target, cron, unset = FALSE)
Arguments
faasr |
a list form of the JSON file |
cred |
a list form of the credentials |
target |
a string for the target action |
cron |
a string for cron data e.g., */5 * * * * |
unset |
a logical value; set timer(FALSE) or unset timer(TRUE) |
[Package FaaSr version 1.4.4 Index]