Slide 27
Slide 27 text
AN EXAMPLE
# shared secret
export TEST_QUEUE_RELAY_TOKEN=12345
# tell us what you're doing
export TEST_QUEUE_VERBOSE=1
# create a master test-queue instance
TEST_QUEUE_SOCKET=1.2.3.4:12345 bundle exec rspec-queue
# on a server, far, far away...
# create a worker that sends results back to the master
TEST_QUEUE_RELAY=1.2.3.4:12345 bundle exec rspec-queue