Today I learned
  • Home
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
Sign in Subscribe

devops

A collection of 2 posts
devops

Manage sidekiq workers using deployment setup and Capistrano

In real world, most of the Rails applications would be having a Sidekiq instance as its companion in production systems. And it's a necessary thing to have some sort of mechanism to manage your Sidekiq instance with your deployment setup. In this post, I am going to throw light on
Sep 8, 2016 1 min read
shell

Best way to make a shell script daemon?

I wanted to run a shell script as a daemon, and I was exploring SO as usual, and one of the answers that I found interesting and that fits my use case was: (./install.sh &) & Ref: to the original question here [http://stackoverflow.com/questions/3430330/best-way-to-make-a-shell-script-daemon] .
Dec 31, 2015
Page 1 of 1
Today I learned © 2023
Powered by Ghost