Historial de Commits

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