Description Usage Arguments Value
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.
1 | machineryInit(brokerURI, backendURI, queue = DEFAULT_QUEUE)
|
brokerURI |
Redis connection string |
backendURI |
MongoDB connection string |
queue |
Queue to get tasks from |
An object-like list implementing a machinery interface.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.