Hi, How can I test for a job in queue, in order to not add again the same job?
I want to recalculate a ranking with an ID. If this ranking is already in the queue, I don't need to add again. 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 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.
