Is there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleHow to set maxmemory for RedisCloud addon on heroku ( rails app )?
If memory consumption goes over available memory app crashes. So far I've changed memory-policy from volatile-lru to allkeys-lru via plugin's dashboard. However I'm not sure it'll work since I'm not...
View ArticleExecute redis FLUSHALL command in rails application
I want to execute Redis FLUSHALL every time the Rails server starts.
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleRedis cache write return false
After upgrading the redis version in order to upgrade to sidekiq version 7. Whenever I try to write to the cache it returns false. But sidekiq works correctly.Sidekiq 7.0.0redis gem 5.0.5redis...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleHow to set maxmemory for RedisCloud addon on heroku ( rails app )?
If memory consumption goes over available memory app crashes. So far I've changed memory-policy from volatile-lru to allkeys-lru via plugin's dashboard. However I'm not sure it'll work since I'm not...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleTrouble starting the redis server
I am using rails and want to run sidekiq and running sidekiq requires a Redis server to be installed. I installed Redis for my KDE Neon by following the instructions from the digital ocean. Here is the...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleRedis cache write return false
After upgrading the redis version in order to upgrade to sidekiq version 7. Whenever I try to write to the cache it returns false. But sidekiq works correctly.Sidekiq 7.0.0redis gem 5.0.5redis...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleRedis cache write return false
After upgrading the redis version in order to upgrade to sidekiq version 7. Whenever I try to write to the cache it returns false. But sidekiq works correctly.Sidekiq 7.0.0redis gem 5.0.5redis...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleRedis cache write return false
After upgrading the redis version in order to upgrade to sidekiq version 7. Whenever I try to write to the cache it returns false. But sidekiq works correctly.Sidekiq 7.0.0redis gem 5.0.5redis...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleMy rails app's redis cache on Heroku
I am trying to use Redis on Heroku.I set like the following on initialiers.redis_url = ENV["REDISTOGO_URL"] || "redis://127.0.0.1:6379/0/myapp"RedisApp::Application.config.cache_store = :redis_store,...
View ArticleSidekiq Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED) on...
I'm trying to run sidekiq worker with Rails. When I try to docker-compose up worker I get the following error:worker_1 | Error connecting to Redis on 127.0.0.1:6379 (Errno::ECONNREFUSED)worker_1 |...
View ArticleIs there any way to fix this problem? I need to restart puma every time when...
Whenever i deploy my code to production server, i always need to restart or stop and then start the puma server and sidekiq. I need to know the reason why this is happening and how can i fix this.I...
View ArticleHow to push Celery tasks with Ruby
In our app we have a Rails app that makes an API call to a Flask API. The API then schedules a task, and we are using Redis as the queue.@app.route("/api/article", methods=["POST"])def api_article():...
View Article