My company is trying to determine the best way to store jobs in beanstalk. Has anyone ever used Phing or Apache Ant to define and execute jobs? We are considering placing an XML build file in the body of each job. One caveat could be that a job could have quite a bit of text for more complex jobs, but we could benefit from using a pre-built framework for defining and executing tasks. By creating custom task tags for our application specific jobs, we were hoping to be able to create highly customizable and succinct job queue messages.
Does anyone see a drawback to using an Apache Ant / Phing build.xml type schema for storing jobs in 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.
