views:

19

answers:

0

I have script with that i can install everything on server. I don't need to monitor my jobs. Is it a proper way if i will add this two lines on my that script to start delayed_job server on my production server.

chmod a+x script/delayed_job
RAILS_ENV=production script/delayed_job start

Because we have a product and we can't monitor it after submit it to our customers. And is there any problem of break the delayed_job server and like that which will create a problem on server.