nickelser / activejob-traffic_control

Rate limiting/job enabling for ActiveJob using distributed locks in Redis or Memcached.
301 stars 28 forks source link

Add note to README about Redis and Memcached for testing #8

Open jeremywadsack opened 6 years ago

jeremywadsack commented 6 years ago

I tried to run the test suite and had connection failures because I didn't have Memcached running. I had checked for a "CONTRIBUTING" file but the only instructions I found for development were the boilerplate in the README.

This PR just adds a line to the README to note that you need both backends running.

Let me know if you want me to expand this (e.g. brew install redis memcached for macOS) or change any wording.

jeremywadsack commented 6 years ago

Hmm... as the only change here was the README update, this seems to be a problem where tests are inconsistent. Perhaps re-running the travis build will fix this?