On Mon, Nov 8, 2010 at 1:51 PM, Bill Edwards <[email protected]> wrote:
> I want to be able to delete all tasks that have a
> certain element in the task's array.

You can sort the jobs ahead of time. Put each job with this certain
element in a separate tube. Then you can reserve only the ones you
want.

If this isn't possible, be sure to change the priority when you
release the unwanted jobs, so you don't waste time reserving the same
unwanted job twice.

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.

Reply via email to