old config exposed the Redis server to the internet if the user had not configured a firewall to block port 6379 Signed-off-by: JIBSIL <40243545+JIBSIL@users.noreply.github.com>
* add OPENAI_ACCESS_TOKEN to compose example Signed-off-by: Let Avocado <letavocado@gmail.com> * Update compose.example.yml Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> --------- Signed-off-by: Let Avocado <letavocado@gmail.com> Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com> Co-authored-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
* Use Redis for ActiveJob and ActionCable * Fix alwaysApply setting * Update queue names and weights * Tweak weights * Update job queues * Update docker setup guide * Remove deprecated upgrade columns from users table * Refactor Redis configuration for Sidekiq and caching in production environment * Add Sidekiq Sentry monitoring * queue naming fix * Clean up schema