Page MenuHomePhabricator

Add redis to python venv for frproto
Closed, ResolvedPublic

Description

Please pip3 install redis in the /srv/ml-venv environment

And please add this section to the configuration file please add this section (with the <> values filled in)

QUEUE:
  host: <queue_host>
  port: <queue_port>
  password: <pw>
  read_write_timeout: -1
  archive_queue: payment-attempts

Event Timeline

Dwisehaupt moved this task from Triage to In Progress on the fundraising-tech-ops board.

redis module added to venv config. Config elements added to template file and appropriate variables added to the role manifest.

Deployed to the host but the venv hasn't been rebuilt so the redis module is not available yet. Please let us know when we should rebuild the venv.

Dwisehaupt moved this task from In Progress to Done on the fundraising-tech-ops board.

venv was rebuilt and verified the redis package is present.