From ed379359b6d06f30487565e87016fcae957e0c1e Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 6 May 2021 11:38:25 -0500 Subject: [PATCH] Remove reference to using a different ActiveJob provider --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 1869bc7e..94474cbb 100644 --- a/README.md +++ b/README.md @@ -252,11 +252,6 @@ For a list of [how to solve known issues](docs/KNOWN_ISSUES.MD) You will likely want to make a few changes in your configuration of Houdini before running in production as you would for any Rails project. These include: -* Using a [different ActiveJob backend](https://guides.rubyonrails.org/active_job_basics.html). NOTE: The Sneakers for RabbitMQ doesn't -work properly. There are -[forks of Sneakers](https://github.com/veeqo/advanced-sneakers-activejob) -which might work but they haven't been tested. **If you do test -them please let us know!** * Use a [proper cache store](https://guides.rubyonrails.org/caching_with_rails.html#cache-stores). The development uses `memory_store` which isn't shared between processes or server and clears every time your server software restarts. Memcached