Description Usage Arguments Value
Run the workers and return a list of worker instance handles.
The function will set the environment variable ECSFargateCloudJobQueueName
,
ECSFargateCloudServerIP
and ECSFargateCloudWorkerNumber
to the container
1 2 3 4 5 6 7 8 9 | ## S4 method for signature 'ECSFargateProvider'
runDockerWorkers(
provider,
cluster,
container,
hardware,
workerNumber,
verbose = 0L
)
|
provider |
S4 |
cluster |
S4 |
container |
S4 |
hardware |
S4 |
workerNumber |
Integer. The number of workers needs to be run. |
verbose |
Integer. The verbose level, default 1. |
A list of worker handle in character
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.