- url
the character host URL or vector of host URLs, including the port
to connect to (and optionally for websockets, a path), e.g.
tcp://hostname:5555' or 'ws://10.75.32.70:5555/path'
or integer index value, or vector of index values, of the
dispatcher URLs, or 1L for the host URL (when not using dispatcher).
or for launch_remote
only, a ‘miraiCluster’ or
‘miraiNode’.
- ...
(optional) additional arguments passed through to
daemon
. These include ‘autoexit’, ‘cleanup’,
‘output’, ‘maxtasks’, ‘idletime’, ‘walltime’
and ‘timerstart’.
- tls
[default NULL] required for secure TLS connections over tls+tcp or
wss. Zero-configuration TLS certificates generated by daemons
are automatically passed to the daemon, without requiring to be specified
here. Otherwise, supply either the character path to a file
containing X.509 certificate(s) in PEM format, comprising the certificate
authority certificate chain, or a length 2 character vector
comprising [i] the certificate authority certificate chain and [ii] the
empty character ''.
- .compute
[default 'default'] character value for the compute profile
to use (each compute profile has its own independent set of daemons).
- remote
required only for launching remote daemons, a configuration
generated by remote_config
or ssh_config
. An
empty remote_config
does not effect any daemon launches but
returns the shell commands for deploying manually on remote machines.