rtq-docker

July 9, 2019 ยท View on GitHub

rtq diagram

pull

docker-compose pull

start the redis server and the worker

docker-compose up --no-build redis rtq-worker

submit a task to the queue

docker-compose run rtq-producer R -q -e 'rtq::createTask(rtq::RedisTQ(redux::redis_config(), "demo"), list(message = "hello!"))'

Contents

  1. 1pull
  2. 2start the redis server and the worker
  3. 3submit a task to the queue