Displaying 5 results from an estimated 5 matches for "sydes".
Did you mean:
sides
2006 Nov 08
3
0.2.0 worker/slave creation
We ran into some problems accessing a freshly created worker, and had to
insert a sleep of 1 second to get it to work. It looks like Ezra and skaar
already know this:
from middleman.rb:
# HACK: there is a race in the worker/slave creation, we
# currently need to sleep between create.
sleep 0.1
You might want to increase it to 1 second for those of us on slowly mac
books.
2006 Nov 09
2
Multiple backgroundrb servers?
What are people are doing when they need to deploy a new code base? You
can''t just restart backgroundrb, because then you lose any long-running
backgroundrb processes. But then you''d conceivably have to wait several
hours for all your procs to complete before pushing out the new code base.
I was originally thinking that during code deploys, we''d start up a second
2006 Nov 16
1
Assigning to results - missing something
...results[:file_stats][path][:size] = File.size(path)
logger.debug results[:file_stats][path][:size]
So as soon as I attempt the checksum assignment above, bgrb
disappears. I see the ''generating checksum'' message, but it never says
''...done''.
Jason Sydes has intimated to me in another thread that I can''t do what
I''m attempting above. But a hash is a hash is a hash, right? Or is it?
James
ps. I initially thought this was an issue with the results worker not
starting properly as it doesn''t announce it''s presence...
2005 May 03
0
several ext3 and mysql kernel crashes
...sh $0xc042a4e0
Code; c01fab40 <__journal_remove_journal_head+14/130>
36: 68 e3 06 00 00 push $0x6e3
Code; c01fab45 <__journal_remove_journal_head+19/130>
3b: 68 cc 9c 42 c0 push $0xc0429ccc
On Mon, May 02, 2005 at 06:17:35PM -0700, Jason Sydes wrote:
> Mike Fedyk <mfedyk at matchmail.com> writes:
>
> > Nicolas Kowalski wrote:
> >> Mike Fedyk <mfedyk at matchmail.com> writes:
> >>
> >>>Nicolas Kowalski wrote:
> >>>
> >>>>I will try to reproduce these errors...
2006 Dec 04
4
Question about acls
Hi,
I''m not much of a developer but I''ve been using backgroundrb for a
while now and with the release of 0.2.1 it looks like I can finally
upgrade from the old version (0.2.0 had some weird issues when jobs
just wouldn''t run, seems to have cleared up now - Thanks!).
Anyhow, while I''m doing this, I would like to tackle this problem.
Most tasks I run in