Is there a way to release a job with an updated data payload? I want to create jobs that run until they have a problem and then get released to be tried again at a later time. However, they also perform their work in incremental steps (i.e. quanta) so I want to update the job's data payload with successfully created data when I release. This way, the next time the job runs, it doesn't have to duplicate a quanta of work that has successfully completed in a previous run.
I could just delete the job and create a new one with the updated data, but then I loose all of the job history that beanstalk provides. :^( Any ideas? Thanks! - Aaron -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/groups/opt_out.
