Newest version Gem 'redis' vs Redis 6 (newest) on heroku
I wondering: is newest version Gem redis is compatible with Redis 6 on heroku ?I wonder if this gem works for the latest version of redis on heroku(6): Or perhaps it better to use the redis-client...
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 ArticleRails - Redis::CannotConnectError: Error connecting to Redis on...
My Redis is running in background but apparently Sidekiq is not connecting to it. Any ideas? Redis is runninggem 'redis-rails' is installedgem 'sidekiq', '~> 5.0', '>= 5.0.5' is installedRuby -v:...
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 ArticleDocker-Compose Gitlab / Postgresql wont start / database permission denied...
To test upgrade on my docker container i copied it in the docker-compose.yml. I also copied the docker files an changed conf in the gitlab.rb file. I changed domain and port as follows:### OLD CONF...
View ArticleRedis-client for Sidekiq 7 on Heroku
I am using Sidekiq on an app hosted on HerokuI was using the redis gem.When I upgrade to sidekiq 7 which uses redis-client instead of redis I get this error:redis-client requires Redis 6+ with HELLO...
View ArticleHow to add a new sidekiq process?
Currently, we have one process in Production serving all of our workers. How to add a new process/sidekiq instance?Is there a way to spawn a new process that would be dedicated to a specific queue?
View ArticleRedis-client not working for Sidekiq 7 on Heroku
I am using Sidekiq on an app hosted on Heroku.I have been using the redis gem.Now I am trying to upgrade to sidekiq 7 which uses redis-client instead of redis. And when doing so I get this...
View ArticleSidekiq 7 / Redis-client not working (on Heroku)
I am using Sidekiq on an app hosted on Heroku.I have been using the redis gem.Now I am trying to upgrade to sidekiq 7 which uses redis-client instead of redis. And when doing so I get this...
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 add a new sidekiq process?
Currently, we have one process in Production serving all of our workers. How to add a new process/sidekiq instance?Is there a way to spawn a new process that would be dedicated to a specific queue?
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 add a new sidekiq process?
Currently, we have one process in Production serving all of our workers. How to add a new process/sidekiq instance?Is there a way to spawn a new process that would be dedicated to a specific queue?
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 add a new sidekiq process?
Currently, we have one process in Production serving all of our workers. How to add a new process/sidekiq instance?Is there a way to spawn a new process that would be dedicated to a specific queue?
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 add a new sidekiq process?
Currently, we have one process in Production serving all of our workers. How to add a new process/sidekiq instance?Is there a way to spawn a new process that would be dedicated to a specific queue?
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 ArticleFetch keys which are older than 10 days from redis
I am trying to fetch the keys from Redis which are older than 10 days. I am using Zrange to fetch the old keys which are saved based on timestamp. I am getting this error when I run the last command...
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 Article