Sidekiq not running enqueued jobs (Rails 7 + Redis + Sidekiq + Docker)
As the title says, i have 3 containers running in docker, 1 for rails, 1 for a postgres db and 1 for redis. I'm able to enqueue jobs doing Job.perform_async but for some reason my jobs stay on the...
View ArticleHow to connect elsticache Redis in my localhost with Rails?
Can I connect Redis ElastiCache with Rails from my localhost? This is my Security Groups configuration.this is my endpoint from secrets.ymlredis_url: 'redis://[name_endpoint]:6379'Thanks.
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 ArticleCan Rspec wait for an answer from a ApplicationJob?
I'm calling a method inside a model, from a spec file. However, the method has a background job. How can I set spec to waiting for a response from the background job? Is it possible?My Rspec File:...
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 ArticleCan Rspec wait for an answer from a ApplicationJob?
I'm calling a method inside a model, from a spec file. However, the method has a background job. How can I set spec to waiting for a response from the background job? Is it possible?My Rspec File:...
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 ArticleCan Rspec wait for an answer from a ApplicationJob?
I'm calling a method inside a model, from a spec file. However, the method has a background job. How can I set spec to waiting for a response from the background job? Is it possible?My Rspec File:...
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 ArticleCan Rspec wait for an answer from a ApplicationJob?
I'm calling a method inside a model, from a spec file. However, the method has a background job. How can I set spec to waiting for a response from the background job? Is it possible?My Rspec File:...
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 ArticleCan Rspec wait for an answer from a ApplicationJob?
I'm calling a method inside a model, from a spec file. However, the method has a background job. How can I set spec to waiting for a response from the background job? Is it possible?My Rspec File:...
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 ArticleCan Rspec wait for an answer from a ApplicationJob?
I'm calling a method inside a model, from a spec file. However, the method has a background job. How can I set spec to waiting for a response from the background job? Is it possible?My Rspec File:...
View ArticleCan a single sidekiq job be picked by two threads at the same time
I am been using sidekiq for a longtime but still always get confused with above question.I want to confirm can there be a race condition where a single sidekiq Job is picked up by two thread...
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 cache redis with TLS - Server closed the connection (EOFError)
I am using Digital Ocean managed Redis 7 database but I cannot connect.The url is:ENV.fetch("REDIS_CACHE_URL")rediss://default:password@redis-cache-do-user-id.b.db.ondigitalocean.com:25061/0"...
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 cache redis with TLS - Server closed the connection (EOFError)
I am using Digital Ocean managed Redis 7 database but I cannot connect.The url is:ENV.fetch("REDIS_CACHE_URL")rediss://default:password@redis-cache-do-user-id.b.db.ondigitalocean.com:25061/0"...
View ArticleTypeError: Unsupported command argument type: Resque::Worker
I am using resque gem - (1.27.4)I upgraded my redis-rb gem to 5.0.6 from 3.3.5.In my rails application, I initialize the Resque's redis instance as follows:Resque.redis = Redis.new(creds)Now I...
View Article