DummyWorkerContainer: A dummy container
Description
A dummy container. It is for purely testing purpose.
Usage
DummyWorkerContainer(
image = "workerImage",
backend = "testBackend",
maxWorkerNum = 123L
)DummyServerContainer(image = "serverImage", backend = "testBackend")
Arguments
image
The image for the container
backend
The parallel backend for the container
maxWorkerNum
The maximum worker number
Examples
Run this code# NOT RUN {
DummyWorkerContainer()
# }
Run the code above in your browser using DataLab