On Dec 21, 2010, at 9:46, alheim <[email protected]> wrote: > Hi, > > I'd like my job to be reserved during all the execution of the > corresponding task. > > I think about setting a big TTR and release or delete the job at the > end of the code execution. > > In that way, I can monitor the job execution and state easily. > > Does that make sense ?
When you about to reach TTR beanstalkd sends you DeadlineSoon message, you can Touch the job after to reset TTR. Anyway, I am using big TTR but it is approximate duration of the job anyway. > > Thanks guys. > > Alheim > > -- > 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. > -- Anton P. Linevich -- 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.
