Thanks so much for the fast reply! That's what I was thinking of doing as well. One other question though - I saw a post a while back about beanstalkd having trouble with large amounts of stuff in the data. I'm planning on having payloads that could be up to 2 or 3 megs in size - is this still an issue? Or should I just store this payload elsewhere as well?
Thanks, Saikat On Mon, Nov 30, 2009 at 12:17 AM, Keith Rarick <[email protected]> wrote: > 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. > > > -- 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.
