GSTT-CSC / hazen-web-app

Interactive web-based implementation of hazen
Other
0 stars 0 forks source link

Use redis for local development #61

Closed laurencejackson closed 1 year ago

laurencejackson commented 2 years ago

Currently, we use raabbitmq locally to handle parallel processes, but the Heroku deployment uses Redis. We should use Redis for local development to better represent the production environment.

tomaroberts commented 1 year ago

Now using redis with Docker Compose implementation so closing.