Justin Lee

Results 2 comments of Justin Lee

Came across this project when I am looking for a monitoring GUI like redis-insights specifically for `celery[redis]` which seems to use list based redis queues. Is this currently supported in...

Another one: In home page of docs, class based requirement is not defining the updated `fulfill` method ``` class IsAdmin(Requirement): def requires(self, user): return user.permissions.get('admin') ```