machineryInit: Creates a machinery interface.

Description Usage Arguments Value

View source: R/machinery.R

Description

This function creates a machinery interface when given broker and backend URLs. The broker can only be Redis, and the backend can only be MongoDB.

Usage

1
machineryInit(brokerURI, backendURI, queue = DEFAULT_QUEUE)

Arguments

brokerURI

Redis connection string

backendURI

MongoDB connection string

queue

Queue to get tasks from

Value

An object-like list implementing a machinery interface.


nmcapule/rmachinery documentation built on June 1, 2020, 12:26 a.m.