On Thu, Jul 29, 2010 at 6:21 AM, eMeRiKa <[email protected]> wrote: > How can I test for a job in queue, in order to not add again the same > job?
We don't have that feature yet. I'd like to add it soon. > I have seen $job->getID() but the ID don't give me information about > the job. The only solution is to store this ID in DB with a message > (recaculateranking_123 for example) and check? I can't check directly > on beanstalk? You've got it exactly right. That's the way to approach this right now. 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.
