Yeah, there's no direct way to do that. For beanstalkd_view, I try to guess the id ranges by peaking on the ready queue to get a base id, then peeking on the ids in a range around the base id. https://github.com/denniskuczynski/beanstalkd_view
The other option is to reserve a bunch of jobs and then immediately release them. -Dennis On Thursday, March 21, 2013 10:01:31 AM UTC-4, David wrote: > > Hi all, > > a short and sweet one: I'm wondering how I would go about getting a list > of all ids of jobs with a specific status in a specific tube... > Or in other words: I want to be able to get the ids of all ready jobs of > tube "tube-name"... > > Thanks in advance for your help! > > Kind regards, > David > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
