On Tue, Apr 6, 2010 at 1:23 PM, Daniel Wong <[email protected]> wrote:
> I'm just getting started with beanstalk. I believe my server is
> working, but when I try to reserve jobs, execution just blocks.
You can use telnet to do a sanity check. Start up a fresh server, then try this:
$ telnet localhost 11300
put 0 0 0 1
a
INSERTED 1
reserve
RESERVED 1 1
a
delete 1
DELETED
kr
--
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.