sentry-extensions / cyclops

Cyclops is meant to be a high performance barrier in front of Sentry (http://getsentry.com).
http://sentry-extensions.github.io/cyclops/
164 stars 15 forks source link

Redis Queueing #3

Closed heynemann closed 11 years ago

heynemann commented 11 years ago

As of now we are doing only In-Memory queueing. We should allow an extensible interface that enables users to implement any queueing they'd like.

We'll also include a redis queueing class that showcases that scenario.

heynemann commented 11 years ago

This is done in the last release.