About Us
Josh Software
Our passion is Ruby On Rails! We are an Indian company who believes that programming is an art.Our portfolio! -- Contact Us
Categories
- Case Studies (1)
- CMS (9)
- Radiant (9)
- General (21)
- Javascript (3)
- Mobile Development (1)
- Sencha (1)
- Ruby (42)
- Ruby on Rails (110)
- Conferences (11)
- Search (7)
- Tutorials (10)
Tag Archives: delayed_job
Monitor Delayed Job in rails
>Delayed Job & Monit configurationWe were struggling through how to monit delayed_job from past few months because monit doesn’t work seamlessly with delayed_job start/stop commands and finally we got able to monit delayed_job.Here is our old configuration that wasn’t working … Continue reading
DelayedJOb’s (DJ) fancy methods
Delayed Job provide send_later and send_at as instance methods along-with handle_asynchronously as class method
Solution to DelayedJob(DJ) gem server start problem
Solution to DelayedJob(DJ) gem server start problem I had installed delayed_job gem 2.0.3, daemons gem but after staring DJ server it shows daemon started but actually process gets killed automatically.I performed steps given by Kevin on google group and it … Continue reading