On Mon, Aug 25, 2014 at 4:27 AM, Shouvik Chatterjee <[email protected]> wrote: > I was wondering if there is someway we can impost some limits in pulling > data from beanstalk server? > > For example, if there are 20 records in the server, i want to retrieve just > 5 of them, is there a way to do it?
If by "pull" you mean reserve, and by "record" you mean job, then yes. It's entirely up to the client. Jobs are always reserved one at a time, so if you only want 5 jobs, then reserve 5 jobs. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/d/optout.
