collective / collective.taskqueue

Asyncore-based asynchronous task queue for Plone
https://pypi.org/project/collective.taskqueue
8 stars 7 forks source link

no warning/error given when you configure redis without redis egg #1

Closed djay closed 10 years ago

djay commented 10 years ago

Perhaps zope should fail on startup?

datakurre commented 10 years ago

That might be ok. I've forgot to mention c.taskqueue [redis] -extra, which include also msgpack-python. Msgpack is used in serializing data with redis (for theorethical compatibility with other systems than Plone).