server | R Documentation |
Run orderly server
server(
path,
port,
host = "0.0.0.0",
go_signal = NULL,
queue_id = NULL,
workers = 1,
backup_period = 600,
timeout_rate_limit = 2 * 60,
log_level = "info",
identity = NULL
)
path |
Path to serve |
port |
Port to serve on |
host |
Optional |
go_signal |
If given, we poll for a file |
queue_id |
ID of an existing queue to connect to, creates a new one if NULL |
workers |
Number of workers to spawn |
backup_period |
How frequently should backup be run, if NULL backup is skipped |
timeout_rate_limit |
How frequently should the API check for timeouts default 2 mins. |
log_level |
The "lgr" log level to use |
identity |
Optional server identity |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.