debtcollective / parent

1 stars 0 forks source link

Add Dispute tools' Redis dependency to the Terraform configuration #211

Closed orlando closed 6 years ago

orlando commented 6 years ago

After merging https://github.com/debtcollective/dispute-tools/pull/61, we will need a Redis instance to store sessions. This needs to be added to the Terraform files and be deployed and tests.

I don't think we need heavy persistency for this, so to keep it low cost, we may use a container in the same machine that runs the Dispute tools to run Redis.

Tasks

Acceptance Criteria

sarayourfriend commented 6 years ago

Is the only thing left for this ticket the second task, deploy and verify?

orlando commented 6 years ago

@marcondag I deployed on Monday but it was failing when creating the session, so I rolled back the deploy. I’ll debug that and close this asap.