Skip to content

Commit

Permalink
Merge pull request #326 from Kitware/worker-backend
Browse files Browse the repository at this point in the history
Update worker backend to use rpc rather than amqp.
  • Loading branch information
manthey authored Dec 2, 2022
2 parents 1f33721 + eda4795 commit db34c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ RABBITMQ_USER=user
RABBITMQ_PASS=password
RABBITMQ_HOST=broker
GIRDER_WORKER_BROKER=amqp://${RABBITMQ_USER}:${RABBITMQ_PASS}@${RABBITMQ_HOST}
GIRDER_WORKER_BACKEND=amqp://${RABBITMQ_USER}:${RABBITMQ_PASS}@${RABBITMQ_HOST}
C_FORCE_ROOT=true
GIRDER_WORKER_BACKEND=rpc://${RABBITMQ_USER}:${RABBITMQ_PASS}@${RABBITMQ_HOST}
C_FORCE_ROOT=true

0 comments on commit db34c4d

Please sign in to comment.