- Difficulty level: difficult
- Time need to lean: 10 minutes or less
- Key points:
Address of the redis server, default to server address, or localhost if no address is defined. A redis host can be on a different host than the local host, but has to be on the same host as the redis worker.
Port of the redis server, default to 6379. Note that this is not the same as option port, which is the port for ssh communication.
Name of the redis queue for the rq worker, if the worker is started with one or more queue names.
    rq:
        description: rq server with worker
        address: server_url
        queue_type: rq
        redis_host: server_url
        redis_port: 6379
        queue: high
        paths:
            home: /Users/{user_name}