python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to configure Sidekiq as a service on SUSE SLES15?
It's now time to deploy my RoR 5.2.4 application to the validation environment. Inspired by this post and some other readings, I try to setup Sidekiq as a service on SLES15. Here is the service file:
...
user1185081
Votes: 0
Answers: 1
Devise user creation through FactoryBot leaking to development
I am trying to test my app which contains some Devise models (one of them being User)
And I have found a peculiar behavior as my app was by chance running in the background (in development environment...
Maxence
Votes: 0
Answers: 0
How to write readinessprobe for sidekiq
Since sidekiq doesn't provide external URL, is there anyway to add readinessprobe to sidekiq container?
The container only runs
bundle exec sidekiq
right now.
Can I write a simple script which just e...

Harshini
Votes: 0
Answers: 1
Maintaining FIFO while moving from Sidekiq to Shoryuken
We are currently performing event processing in FIFO order in our Rails application using a queue in Sidekiq. Due to some reasons - cost and some other benefits - we are moving from Sidekiq to Shoryuk...

Mayank Kumar Giri
Votes: 0
Answers: 2