Create an orderly runner, a porcelain object
api(
repositories_base_path,
validate = NULL,
log_level = "info",
skip_queue_creation = FALSE
)Path in which Git repositories are cloned.
Logical, indicating if validation should be done
on responses. This should be FALSE in production
environments. See porcelain::porcelain for details
Logging level to use. Sensible options are "off", "info" and "all".
Skip queue creation, this is primarily used for tests where we can't establish a Redis connection.
A porcelain::porcelain object. Notably this does not start the server