On Sat, Dec 12, 2009 at 12:42 PM, Wade <[email protected]> wrote: > Is this a bug or something I need to configure specially?
The jobs are stored on disk in the order they arrived. Each log file will be removed when all the jobs in it have been deleted and all the log files before it have also been removed. Unfortunately, even if there is one single old job sitting around it can prevent everything else from being deleted. Eventually we plan to have beanstalkd "migrate" older jobs to newer log files when situations like this arise. It just needs a good heuristic for deciding when and when not to copy jobs around. 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.
