|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Replacement for backgroundrb?We currently run backgroundrb to do a few things that need to happen every minute or so, i.e. check for email from a Google email account, re-index Xapian, that kind of thing. BackgroundRB has served us well but it's kind of a memory hog and we'd really like to investigate the possibility for swapping it out for something else a little less memory intensive but can still do cron like processing. We've looked at Workling, DelayedJob, and a few others but they don't have the cron like behaviour. Does anyone have any suggestions? --~--~---------~--~----~------------~-------~--~----~ 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@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Replacement for backgroundrb?On 04 Nov 2009, at 01:21, PeteSalty wrote: We currently run backgroundrb to do a few things that need to happen You could still use Workling combined with any background processor it supports and call it from cron. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Replacement for backgroundrb?Peter, This looks like a good idea, thanks for the link. Dale On Nov 3, 11:56 pm, Peter De Berdt <peter.de.be...@...> wrote: > On 04 Nov 2009, at 01:21, PeteSalty wrote: > > > We currently run backgroundrb to do a few things that need to happen > > every minute or so, i.e. check for email from a Google email account, > > re-index Xapian, that kind of thing. > > BackgroundRB has served us well but it's kind of a memory hog and we'd > > really like to investigate the possibility for swapping it out for > > something else a little less memory intensive but can still do cron > > like processing. We've looked at Workling, DelayedJob, and a few > > others but they don't have the cron like behaviour. > > Does anyone have any suggestions? > > You could still use Workling combined with any background processor it > supports and call it from cron. > > http://www.aaronvb.com/blog/2009/7/20/reoccur-scheduling-with-starlin... > > Best regards > > Peter De Berdt 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@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Replacement for backgroundrb?PeteSalty wrote: > Peter, > > This looks like a good idea, thanks for the link. > > Dale rufus-scheduler is nice :-) http://rufus.rubyforge.org/rufus-scheduler/ -- 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@... To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@... For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |