aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib/celerylib/__init__.py
AgeCommit message (Expand)Author
2013-03-28follow Python conventions for boolean valuesMads Kiilerich
2013-03-05fix SyntaxWarning: name 'CELERY_ON' is used prior to global declarationMads Kiilerich
2013-03-02in case we turn on celery, and connection fails, set the global flag CELERY_O...Marcin Kuzminski
2012-12-01fixes #666 move lockkey path location to cache_dir to ensure this path is alw...Marcin Kuzminski
2012-07-01New repo model create functionMarcin Kuzminski
2012-05-17Don't clear dbsessions when celery_eager is turned onMarcin Kuzminski
2012-03-07utils/confMarcin Kuzminski
2012-02-20Added VCS into rhodecode core for faster and easier deployments of new versionsMarcin Kuzminski
2012-02-02gardenMarcin Kuzminski
2012-01-20cleanup task session only if celery is onMarcin Kuzminski
2012-01-20fixes #340 session cleanup for celery tasksMarcin Kuzminski
2012-01-042012 copyrightsMarcin Kuzminski
2011-11-26- refactoring to overcome poor usage of global pylons configMarcin Kuzminski
2011-10-29Fixed problems with unicode cache keys in celeryMarcin Kuzminski
2011-10-11fixes #258 RhodeCode 1.2 assumes egg folder is writableMarcin Kuzminski
2011-07-02fixed Python2.5 socket errorMarcin Kuzminski
2011-06-03fixes issue #197 Relative paths for pidlocksMarcin Kuzminski
2011-04-17moved locking of commit stats into the task itself to remove race conditions ...Marcin Kuzminski
2011-04-04fixed license issue #149Marcin Kuzminski
2011-04-03source code cleanup: remove trailing white space, normalize file endingsMarcin Kuzminski
2011-02-25fixes for vcs 0.2.0and new slicing methodsMarcin Kuzminski
2011-02-08moved out celerypylons import to enviromnet to prevent celery from displaying...Marcin Kuzminski
2011-02-08fixed celery issues, default loader was not set as PylonsLoaderMarcin Kuzminski
2011-02-08Another better solution for establishing connection with messaging broker in ...Marcin Kuzminski
2011-01-05Added force https option into config filesMarcin Kuzminski
2010-12-31code docs, updatesMarcin Kuzminski
2010-12-31fixed copyright year to 2011Marcin Kuzminski
2010-11-27fidex corrent variables passed to dnconfig,Marcin Kuzminski
2010-11-27Celery is configured by the .ini files and run from paster nowMarcin Kuzminski
2010-10-07more error catching on celery run_taskMarcin Kuzminski
2010-10-06renamed project to rhodecodeMarcin Kuzminski