Hi Travis

On 19/06/2011, at 6:41 AM, Travis Pew wrote:

> I would like to use delayed_job for both sending emails and delayed_delta. 
> Looking at the delayed_delta rake task, it appears that all it does it start 
> a delayed worker. I'm already running 1 or more delayed workers, and 
> monitoring them to make sure that one is already running. 
> 
> 1) Does this mean I have no need to run "rake ts:dd" to process the delayed 
> deltas as long as I have a worker running anyway? Testing seems to indicate 
> this is the case, but I want to be sure I'm not missing something.

Should be fine using the standard workers, no need to run ts:dd.

> 2) Will delayed_delta or thinking sphinx have any issues if there is more 
> than one delayed job worker running at a time?

I don't think there's problems from a delayed_delta/ts perspective - but maybe 
with Sphinx itself... although, there shouldn't be more than one delta job per 
model, so you shouldn't get duplicate jobs running at the same time (which 
could lead to problems writing the index files). In theory, should be fine... 
in practice, I've no idea.

-- 
Pat

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" 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/thinking-sphinx?hl=en.

Reply via email to