On Sun, Nov 29, 2009 at 10:08 PM, Saikat Chakrabarti <[email protected]> wrote: > My question is - can this actually be done? Specifically, I couldn't > find if it's possible to edit the data of a job already on the queue. > If I can't do this this way, does anyone have any suggestions for how > they have solved similar problems?
You probably want to store the percent complete and URL somewhere else, like maybe memcached or a database. That's what most people do in this situation. There is no way to modify a job in beanstalkd. 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.
