Hi all
I am using delayed jobs to send sms I am using “http://github.com/tobi/delayed_job/tree/master”. In my other website my delayed job is working fine. Recently I have took one new domain in the same server which I have my other app’s which are working fine. Now the issue is after taking new domain and running the old app with new domain delayed job is not working until I run this command manually RAILS_ENV=“production” rake jobs:work. SMS is sending only I run this command. Don’t know what is the issue can any one help me.
Note : I have used same delayed job to send mails in my new app.
Kindly help me how to solve this issue. Rails 2.3.5 and ruby 1.8.7
Thanks in advance
Hi all
I am using delayed jobs to send sms I am using "http://github.com/tobi/delayed_job/tree/master"\. In my other website my delayed job is working fine. Recently I have took one new domain in the same server which I have my other app's which are working fine. Now the issue is after taking new domain and running the old app with new domain delayed job is not working until I run this command manually RAILS_ENV="production" rake jobs:work. SMS is sending only I run this command. Don't know what is the issue can any one help me.
Note : I have used same delayed job to send mails in my new app.
Kindly help me how to solve this issue. Rails 2.3.5 and ruby 1.8.7
Read this bit of the README:
I just went through this, and once you add daemons to your Gemfile and call one of those rake tasks to start the DJ server running independently in the background, you should be all set. When you use the jobs:work task, you are telling DJ to work until it's out of jobs, then quit.
Walter
There is no gem file in my app Mr.lee. I am using the plugin not gem. I have rails 2.3.8 which do not have gem file. the command which you sent my link are not working. Kindly help me
There is no gem file in my app Mr.lee. I am using the plugin not gem. I have rails 2.3.8 which do not have gem file. the command which you sent my link are not working. Kindly help me
Sorry, I never tried DJ while I was on Rails 2.3, I have no recollection of how to get this working there.
Walter
Hi Honey
I have the same issue. Kindly help me when you get any solution for this issue. I am also looking for solution but not succeeded. But you can run that command using cronjobs but it is not proper. Can any one help me out plzzz.