can you please elaborate it further. I also have several Json Encoded
Jobs and I want to add validation feature in it before inserting a job
in queue. Like I have to check the duplication of Title. Now I can't
check duplication while dequeuing.

I did not get what you meant when you said following:

"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. "


How can i actually "release" job?

Thanks

/A

On Nov 10, 1:13 am, "[email protected]" <[email protected]> wrote:
> 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