Alberto Perdomo
2008-Sep-11 20:05 UTC
[Backgroundrb-devel] persistent_disabled = true but still querying the DB
Hi, i have set this in my config file: :persistent_disabled: true But backgrounDrb still queries the DB every few seconds. I have also tried setting the following: :persistent_delay: 60 :persistent_disabled: false I would expect it to check now the DB every 60 seconds but it counting the time it actually does it every 5 seconds. I find it somehow annoying since i dont need persistent queues at all... Im using: backgroundrb from trunk packet (0.1.12) chronic (0.2.3) rails (2.1.1) ruby 1.8.6 x64 patchlevel 11 Any ideas? Cheers, Alberto.
hemant kumar
2008-Sep-11 20:25 UTC
[Backgroundrb-devel] persistent_disabled = true but still querying the DB
You need backgroundrb from git for this. On Thu, 2008-09-11 at 21:05 +0100, Alberto Perdomo wrote:> Hi, > > i have set this in my config file: > > :persistent_disabled: true > > But backgrounDrb still queries the DB every few seconds. > I have also tried setting the following: > > :persistent_delay: 60 > :persistent_disabled: false > > I would expect it to check now the DB every 60 seconds but it counting > the time it actually does it every 5 seconds. > > I find it somehow annoying since i dont need persistent queues at > all... > > Im using: > backgroundrb from trunk > packet (0.1.12) > chronic (0.2.3) > rails (2.1.1) > ruby 1.8.6 x64 patchlevel 11 > > Any ideas? > > Cheers, > Alberto. > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel
Alberto Perdomo
2008-Sep-11 20:50 UTC
[Backgroundrb-devel] persistent_disabled = true but still querying the DB
thanks! On Thu, Sep 11, 2008 at 9:25 PM, hemant kumar <gethemant at gmail.com> wrote:> You need backgroundrb from git for this. > > > On Thu, 2008-09-11 at 21:05 +0100, Alberto Perdomo wrote: >> Hi, >> >> i have set this in my config file: >> >> :persistent_disabled: true >> >> But backgrounDrb still queries the DB every few seconds. >> I have also tried setting the following: >> >> :persistent_delay: 60 >> :persistent_disabled: false >> >> I would expect it to check now the DB every 60 seconds but it counting >> the time it actually does it every 5 seconds. >> >> I find it somehow annoying since i dont need persistent queues at >> all... >> >> Im using: >> backgroundrb from trunk >> packet (0.1.12) >> chronic (0.2.3) >> rails (2.1.1) >> ruby 1.8.6 x64 patchlevel 11 >> >> Any ideas? >> >> Cheers, >> Alberto. >> _______________________________________________ >> Backgroundrb-devel mailing list >> Backgroundrb-devel at rubyforge.org >> http://rubyforge.org/mailman/listinfo/backgroundrb-devel > >