Ruby on Rails Friday, August 31, 2012

DelayedJob just creates anotar thread and a send the email or execute the method on parallel without stop the ruby thread! You can set a delay to call the method but it does not works as you throught!

;)

Sent from my iPhone

On 31/08/2012, at 23:47, Karthikeyan A k <lists@ruby-forum.com> wrote:

> Hello People,
>
> I just want to know how the delay job gem works. I am confused how it
> detects when the server is having less load and does computing intensive
> job at that time.
>
> Or it just tries to do some thing, if it fails, waits for random time
> and does it again?
>
> --
> 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 rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment