Smite Chow

Results 14 issues of Smite Chow

fixed #613 Since Celery v3.1, the events state managed based on a logic clock, see change log: http://docs.celeryproject.org/en/3.0/whatsnew-3.1.html#events-are-now-ordered-using-logical-time Detail logic see: https://github.com/celery/celery/blob/master/celery/events/state.py#L609-L618 >there are two variable keep events: `tasks` and...

the example py: ``` class classonlymethod(classmethod): def __get__(self, instance, cls=None): if instance is not None: raise AttributeError("This method is available only on the class, not on instances.") return super(classonlymethod, self).__get__(instance,...

the py file: ``` from celery import Celery print(Celery.__module__) ``` the defined source like below: ``` # -*- coding: utf-8 -*- """Distributed Task Queue.""" # :copyright: (c) 2015-2016 Ask Solem....

most QiniuStorage method had normalized the `file name`, only `read` not do the normalize call.

增加user, 以便使用hubot-auth

right now the covert logic in template tags level, in debug env it's awesome. but in production env, it's bad to dynamic generate webp, we need do this in collectstatic...

when use handler in `uwsgi --master` the Queue and comsumer worker will be created by `master` process, but the producer is child process. when use handler in celery worker, also...