Commit History

Author SHA1 Message Date
  Ask Solem 106e1bc29c celery shell command should add cwd to path 12 years ago
  Ask Solem e59144bc3f celery shell command should add cwd to path 12 years ago
  Ask Solem 43c4406910 Renames celery.bin.celeryd to celery.bin.worker 12 years ago
  Ask Solem d5536e0aaf Renames celery.bin.celeryd_multi -> celery.bin.multi 12 years ago
  Ask Solem fcb4611b8b Renames celery.bin.celerybeat -> celery.bin.beat 12 years ago
  Ask Solem 5c81c4ea19 Renames celery.bin.celeryev -> celery.bin.events 12 years ago
  Ask Solem d32e464756 Renames celery.bin.camqadm -> celery.bin.amqp 12 years ago
  Ask Solem df87559855 Code now works on both Python 3 and Python 2 (without using 2to3) 12 years ago
  Ask Solem b106476cb7 Adds `celery inspect conf` command 12 years ago
  Ask Solem 9790e3607e Pidbox now uses the app's logical clock, and added a 'inspect clock' command 12 years ago
  Ask Solem ccad83ee21 Tests passing 12 years ago
  Ask Solem dad185cb3c Nicer layout for 'celery graph workers' 12 years ago
  Ask Solem c111e5f3dc New 'celery graph workers' command creates graph of the current cluster 12 years ago
  Ask Solem d7cf4cde99 New 'celery graph' command replaces worker_graph|consumer_graph. E.g.: celery graph bootsteps worker consumer, connects both or you can use only one 12 years ago
  Ask Solem 3b32986a69 Better graph output 12 years ago
  Ask Solem 60a1b4cc43 Merge branch 'master' into bootsteps_refactor 12 years ago
  Ask Solem 0e9501bce0 Merge branch '3.0' 12 years ago
  Ask Solem 5fd5bf91cb celery multi command should not load --app argument. Closes #1008 12 years ago
  Ask Solem eb71e24b17 flakes 12 years ago
  Ask Solem 88f69f0234 C_DEBUG envvar now enables a debug menu for the celery command ncluding worker_graph and consumer_graph commands to produce bootsteps graphs in dot format 12 years ago
  Ask Solem 9ba81c47a3 Merge branch '3.0' 12 years ago
  Ask Solem 5ac62a43d3 celery and beat commands now respects the --no-color option. Closes #999 12 years ago
  Ask Solem 6cb35fce0f Don't use future_builtins, it's not available in py3k 12 years ago
  Ask Solem 058e892c0b celery command: extensions should be sorted by name 12 years ago
  Ask Solem bb1c92e667 celery command: extensions should be sorted by name 12 years ago
  Ask Solem 7171f682ad Adds --detach|-D option to celery worker command. Closes #800 12 years ago
  Ask Solem 1ee6603703 Merge branch '3.0' 13 years ago
  Ask Solem 8e11d7b11d Don't use dict.keys/iterkeys 13 years ago
  Ask Solem b2e2112ce7 Don't setuptools subcommand extension if module doesn't work 13 years ago
  Ask Solem 25d5045b56 Use celery.__main__ to really patch eventlet as *early* as possible. 13 years ago