rtq-docker
July 9, 2019 ยท View on GitHub
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!"))'