On Wed, May 12, 2010 at 8:39 AM, brianhogg <[email protected]> wrote:
> Hi,
>
> I'm doing a basic test with beanstalkd and I'm not able to reserve
> jobs in the queue.  Full details are at:
>
> http://stackoverflow.com/questions/2818184/unable-to-reserve-a-job-with-beanstalkd
>
> but essentially with an installed version this is my output from
> telnet:
>
> use foo
> USING foo
> put 0 0 120 5
> hello
> INSERTED 1
> reserve-with-timeout 10
> TIMED_OUT

You need to watch the foo tube

use only controls which tube jobs are inserted into.

list-tubes-watched

will show you are only watching the default tube

watch foo

then reserve-with-timeout 10 will find the job you inserted

Graham.

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

Reply via email to