Skip to content

Commit

Permalink
temp back to inline
Browse files Browse the repository at this point in the history
  • Loading branch information
rawOrlando committed Nov 14, 2024
1 parent 7e7c885 commit 6920d3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ development:
test:
adapter: async

stage: &stage
adapter: redis
url: redis://localhost:6379/1

production:
adapter: redis
url: redis://localhost:6379/1
2 changes: 1 addition & 1 deletion config/environments/stage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.
config.active_job.queue_adapter = :sidekiq
config.active_job.queue_adapter = :inline
config.cache_classes = false
# Do not eager load code on boot.
config.eager_load = false
Expand Down

0 comments on commit 6920d3e

Please sign in to comment.