Commit History

Author SHA1 Message Date
  Ask Solem 5f08d979d0 amqplib: Consumer is now using an epoll/kqueue/select event loop 13 years ago
  Ask Solem 9059724ed8 Signal handlers are now barebones, and only sets a flag for the consumer to respect 13 years ago
  Ask Solem 74410c9849 Retry sqlalchemy backend operations on DatabaseError/OperationalError. Closes #634 13 years ago
  Ask Solem a412d3e63a flake8 13 years ago
  Ask Solem d3192eb5c1 Merge branch 'ivirabyan/master' 13 years ago
  Ask Solem 0c040b9119 Fixes task package upgrade again 13 years ago
  Ask Solem 0ad83bf41d task module upgrade did not work 13 years ago
  Ask Solem 4272feb940 Tests passing 13 years ago
  Ask Solem e3418c22a2 Annotations now supports decorators if the key startswith '@'. 13 years ago
  Ask Solem c57ef46373 Properly clean up after sys.exc_info 13 years ago
  Ask Solem 3ee0e5bd28 Now depends on billiard >= 2.7.3.5 13 years ago
  Ask Solem 11ce5ed014 Fixes typos in next-steps 13 years ago
  Ask Solem 3306d86872 Bumps version to 2.6.0rc2 13 years ago
  Ask Solem 5a22319a92 Writing on the next-steps tutorial 13 years ago
  Ask Solem e08ac97f9c subtasks can now be set immutable, which means callbacks won't take new args 13 years ago
  Ask Solem 6d64d7a24f amqp/cassandra/mongodb backends now set result.children 13 years ago
  Ask Solem 8fd82dbd06 rst fixes 13 years ago
  Ask Solem 12a00a2513 Adds new option CELERY_INCLUDE as an alternative to CELERY_IMPORTS. Also Celery(include=[..]) works 13 years ago
  Ask Solem 6fa86ebd28 Started on the next-steps tutorial 13 years ago
  Ask Solem 2802c72b7e celery command now works with execv 13 years ago
  Ask Solem 3e51c52060 Small improvements to canvas 13 years ago
  Ask Solem 7396260046 Must make sure app is finalized 13 years ago
  Ask Solem aa668e1f53 regen can now be serialized using JSON (it's now a subclass of lists) 13 years ago
  Ask Solem 274dfb7841 --app option now 'autodetects' 13 years ago
  Ask Solem 57eb25ccc1 Adds Task.map + Task.starmap 13 years ago
  Ask Solem 461a71dda2 Builtin shared tasks must set app explicitly 13 years ago
  Ask Solem a1cc46a44b Tasks are now shared between apps by default, can be private by @task(shared=False) 13 years ago
  Ask Solem c3d34632d8 Task decorator now support a builtin argument, to makes the task be registered in all subsequent apps 13 years ago
  Ask Solem 17aeb76b95 Registry now raises NotRegistered again 13 years ago
  Ask Solem a361a786b7 Merge branch 'master' of github.com:ask/celery 13 years ago