Commit History

Author SHA1 Message Date
  Ask Solem 495f5f5e84 Use kombu top-level refs 12 years ago
  Ask Solem 04b0027e64 Celery now supports Django out of the box, just by setting DJANGO_SETTINGS_MODULE envvar 12 years ago
  Ask Solem b3c5d57bdb Starting the new Extensions userguide 12 years ago
  Ask Solem f36d0cf685 Fixes tests 12 years ago
  Ask Solem d76bb1dc39 Document Celery.close and with statement usage 12 years ago
  Ask Solem 6cd6f29b30 Revert task decorators to no empty parents, as it just looks so much worse 12 years ago
  Ask Solem ae2d8618b6 Adds method Celery.add_defaults, which is like Celery.conf.update except a copy will not be made and supporting lazy intialization (if passing a callable instead of a dict) 12 years ago
  Ask Solem 6e53b21fa9 Renames 'with app.default_connection' -> 'with app.connection_or_acquire' 12 years ago
  Ask Solem cac77d6e8b Removes igroup/ichord, use group(.si()) instead. 12 years ago
  Ask Solem 039a1e8faf Adds igroup & ichain as immutable shortcuts 12 years ago
  Ask Solem 2273e2a086 Consistently use the term 'call' to refer to sending task messages 12 years ago
  Ask Solem 9372cc73c7 Renames app.broker_connection -> app.connection 12 years ago
  Ask Solem 7b07d226ec Doc Improvements 12 years ago
  Ask Solem 0648ca3b0f Rewrite and updatae the execution guide (now called Calling Guide) 12 years ago
  Ask Solem 66a8a9833c TaskSetResult renamed -> GroupResult 12 years ago
  Ask Solem bd219442bb Use 'CALL a task' for client, and 'EXECUTE' for worker 12 years ago
  Ask Solem 4e14f7605e Consistently use @task() (with parens) in docs 12 years ago
  Ask Solem 313b71fd68 Adds Celery.current_task 12 years ago
  Ask Solem 8f041c6414 Remove BROKER_HOST/USER/PASSWORD/PORT/VHOST from docs, and use URLs consistently 12 years ago
  Ask Solem 59a422759f Doc improvements 12 years ago
  Ask Solem 3334afb282 Now depends on billiard >= 2.7.3.3 12 years ago
  Ask Solem 35e56513db group/chord/chain are now subtasks 12 years ago