Hi Chad,

On Wednesday, October 31, 2012 2:13:35 AM UTC+1, chadkouse wrote:
>
> from the protocol doc: 
>
> The stats-job data is a YAML file representing a single dictionary of strings
> to scalars. It contains these keys:
> …..
>
> - "releases" is the number of times a client has released this job from a
>    reservation.
>
> we use php for our consumer so I'll just give you our function for deleting 
> jobs that stick around too long.
>
> http://pastie.org/5140537
>
>
Thanks for this info! It seems I do not need to track the count myself. I 
am integrating beanstalk into Zend Framework 2 now (so I also use 
Pheanstalk, but I wrap it around a self-contained service): 
https://github.com/juriansluiman/SlmQueue. I will make some more 
refactorings where I can skip the counter and use the stats-job. 
---
Jurian Sluiman 

-- 
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/beanstalk-talk/-/tjhiKbroQ1IJ.
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.

Reply via email to