Hi, You can certainly run a customized version of DJ - the code is pretty simple in fact. But keep in mind you will lose the agility to run more workers without redeploying, at the benefit of cutting two or three simple/fast queries.
Pedro On Sat, Nov 7, 2009 at 6:40 AM, Betelgeuse <[email protected]> wrote: > Looking at logs you usually have only one delayed_job worker process > running. Delayed_job does locking so that multiple workers don't try > to process jobs. Is there ever need for this locking on heroku or can > it be disabled to simplify things and probably get better performance? > > -- > > You received this message because you are subscribed to the Google Groups > "Heroku" 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/heroku?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en.
