提交历史

作者 SHA1 备注 提交日期
  Ask Solem c3a3fcde7c Hitting Ctrl+C kills the pool! Pool workers needs to ignore SIGINT. 15 年之前
  Ask Solem 38791c3d3d Merge branch 'markhellewell/master' 15 年之前
  mark hellewell 485cb96550 New logging.Formatter, to add colouring to log output 15 年之前
  Vincent Driessen c8f2497217 Simplified implementation of is_due. 15 年之前
  Ask Solem ddc22ef5c2 Merge branch 'nvie/master' 15 年之前
  Vincent Driessen b852fd1c1b Raise a ValueError on invalid weekday literals. 15 年之前
  Ask Solem 831af69696 setup.py: Added pyparsing to install_requires 15 年之前
  Vincent Driessen 06321d7ea9 Merge branch 'feature/advanced-crontab' 15 年之前
  Vincent Driessen 1a923773ac Added support for using names for weekdays, instead of numbers. 15 年之前
  Vincent Driessen a83cc6e5ff Update docstrings for crontab constructor. 15 年之前
  Vincent Driessen 0ea73d8260 Add support for more complex crontab patterns. 15 年之前
  Ask Solem a9df35220e CarrotListener: Should not close the consumers before the pool is terminated, just cancel the consumers. 15 年之前
  Ask Solem f3c9d37c3e celeryd_multi: Made the code a bit simpler. 15 年之前
  Ask Solem 7a270f75fe PEP8ify 15 年之前
  Ask Solem 4a008f622a Remove redundant comments in celery.conf 15 年之前
  Ask Solem 6d701af9e6 Added support for router classes (like the django multidb routers) 15 年之前
  Ask Solem 39b95c979a Merge branch 'master' into routers 15 年之前
  Ask Solem b5c587a853 pavement.py: "paver test" updated to work with non-django tests. 15 年之前
  Ask Solem 4bd49a0947 Fixed bug in specifying no-range celeryd-multi args. Closes #120. Thanks to nvie 15 年之前
  Ask Solem ad2723ef97 celeryd_multi: Renamed --cmd-suffix -> --append 15 年之前
  Ask Solem c19aa762d5 Added *.egg (to complement *.egg/) to .gitignore 15 年之前
  Vincent Driessen 8ef60eab5f Added --cmd-suffix argument to the celeryd-multi tool. 15 年之前
  Vincent Driessen 2c6810d781 Add more friendly usage info to the celeryd-multi command. 15 年之前
  Vincent Driessen 61d7f1058d Fix: output typo's 15 年之前
  Vincent Driessen b34220bd6f Added celeryd-multi 'help' subcommand, showing some examples (from ask's original commit log). 15 年之前
  Vincent Driessen 9f17ad6633 Ignore *.egg directories created for dependency packages when using 'python setup.py develop'. 15 年之前
  Ask Solem a085969678 Stupid bug in celery.bin.celeryd's init_queues: Should use all configured queues if -Q not specified. 15 年之前
  Ask Solem 0409fb4375 celeryd-multi: abbreviations: %n is now "name", %h is "hostname" 15 年之前
  Ask Solem 3ca24b183c contrib/debian/init.d/celeryd-multi: init script using celeryd-multi 15 年之前
  Ask Solem d786c30283 celeryd-multi: Tool for shell scripts to start multiple workers. 15 年之前