faasr_set_workflow_timer_ow: faasr_set_workflow_timer_ow

View source: R/faasr_client_api_openwhisk.R

faasr_set_workflow_timer_owR Documentation

faasr_set_workflow_timer_ow

Description

# set/unset workflow cron timer for openwhisk

Usage

faasr_set_workflow_timer_ow(
  faasr,
  cred,
  target,
  cron,
  unset = FALSE,
  ssl = TRUE
)

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)

ssl

SSL CA check; for the SSL certificate: FALSE


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