I am using delayed_job. It generally works but on one method I am
calling the job always fails.

I checked my rails logs and that does not show anything. The action is
simply completed.

Are there logs or someway to check details on what is happening with
delayed_jobs?


I know when I send it normally/synchronously, it completes successful.
However, when I use delayed_jobs, it fails.

Code Sample:

Class Mailer ...

 def report(email,time,name)
   ...
 end


Controller

Mailer.send_later(:deliver_report,"[email protected]",time,name)


Any ideas?

Thank you.
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to