I think I'd need to know what types of situations make your workers able/not able to process jobs. There is the concept of delaying a job that could work if your situation allows it.
--chad On Dec 25, 2011, at 10:48 PM, Jason <[email protected]> wrote: > I have certain jobs that get put on to the queue and when they are > pulled off the queue to be processed, my worker must check if the job > can be processed based on the information contained in the job. Often > times (10's of thousands of jobs per day) the worker will find out > that the job can't be processed and so the job is placed back on the > queue. This happens for many of my jobs. Is there a more efficient/ > better way that I should be doing this instead of popping jobs off the > queue, checking them, and then throwing them back onto the queue for > later processing? > > -- > 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. > -- 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.
