Metadata-Version: 1.1
Name: z3c.taskqueue
Version: 0.2.1
Summary: Task queue service
Home-page: http://pypi.python.org/pypi/z3c.taskqueue
Author: Godefroid Chapelle and the Zope community
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        ``z3c.taskqueue`` is a persistent queue that holds and schedules tasks.
        
        It depends on ``zc.queue``.
        
        |buildstatus|_
        
        .. |buildstatus| image:: https://api.travis-ci.org/zopefoundation/z3c.taskqueue.png?branch=master
        .. _buildstatus: https://travis-ci.org/zopefoundation/z3c.taskqueue
        
        History
        =======
        
        ``z3c.taskqueue`` is factored out of ``lovely.remotetask``.
        It is the backend code only. IOW, no UI code is included.
        
        Changelog
        =========
        
        0.2.1 (2013-05-03)
        ------------------
        
        - Store string representation of job error instead of error instance,
          to avoid issue when unpickling certain strange error types.
        
        0.2.0 (2012-11-12)
        ------------------
        
        - Simplify start service code; get rid of start * services.
        
        
        0.1-alpha-4 (2011-05-16)
        ------------------------
        
        - Avoid thread to stop if there is an error in ``processNext``.
        
        
        0.1-alpha-3 (2010-11-19)
        ------------------------
        
        - ``service.processNext`` would not reset ``CronJob runCount``.
        
        
        0.1-alpha-2 (2010-10-19)
        ------------------------
        
        - Removed use of ``_p_jar``.
        
        
        0.1-alpha-1 (2010-09-27)
        ------------------------
        
        - Initial release.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
