Metadata-Version: 1.1
Name: z3c.celery
Version: 1.2.0
Summary: Integration of Celery 4 with Zope 3.
Home-page: https://github.com/ZeitOnline/z3c.celery
Author: gocept, Zeit Online
Author-email: zon-backend@zeit.de
License: BSD
Description-Content-Type: UNKNOWN
Description: ==========
        z3c.celery
        ==========
        
        Integration of Celery 4 with Zope 3.
        
        This package is compatible with Python version 2.7.
        
        :Online documentation:
            http://z3ccelery.rtfd.io/
        
        :PyPI page:
            https://pypi.org/project/z3c.celery/
        
        :Issues:
            https://github.com/ZeitOnline/z3c.celery/issues
        
        :Source code:
            https://github.com/ZeitOnline/z3c.celery
        
        :Current change log:
            https://raw.githubusercontent.com/ZeitOnline/z3c.celery/master/CHANGES.rst
        
        
        =========================
        Change log for z3c.celery
        =========================
        
        1.2.0 (2018-01-23)
        ==================
        
        - Support task retry
        
        
        1.1.0 (2017-10-11)
        ==================
        
        - Make worker process boot timeout configurable
        
        
        1.0.2 (2017-10-05)
        ==================
        
        - Also apply "always endInteration" to HandleAfterAbort
        
        - Also apply "retry on ConflictError" to HandleAfterAbort
        
        
        1.0.1 (2017-10-04)
        ==================
        
        - Always call endInteraction, even on error during commit or abort,
          so we don't pollute the interaction state for the next task run
        
        
        1.0 (2017-09-29)
        ================
        
        - Introduce ``Abort`` control flow exception
        
        - Allow overriding the principal id the job runs as
        
        - Support reading configuration from a filesystem-based (non-importable) python file
        
        - Don't use celery's deprecated default app mechanism
        
        - Support running an actual "celery worker" with the single-process "solo" worker_pool
        
        
        0.1 (2017-02-21)
        ================
        
        - Initial release. Extract from zeit.cms.
        
Keywords: celery Zope transaction
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Testing
