커밋 기록

작성자 SHA1 메시지 날짜
  Ask Solem 284f1a56bf Added David Cramer to AUTHORS 16 년 전
  Ask Solem 8a8a51f6ed Merge branch 'dcramer/master' 16 년 전
  Ask Solem 83f06002d8 revert changes to FAQ 16 년 전
  David Cramer 9dd454824e Include exc_info in log messages 16 년 전
  Ask Solem d4a75425a3 Magic keyword arguments are now available as task.request. Tasks can choose to not accept magic keyword arguments by setting task.accept_magic_kwargs=False. task.retry/task.get_logger and task.update_state now uses the values in task.request by default. 16 년 전
  Ask Solem 781111e11c Programs --app argument module is now imported from the current directory 16 년 전
  Ask Solem dbe832f744 Can now configure the apps main module name, used to autogenerate the module name if '__main__' 16 년 전
  Ask Solem de428230ca pyflakes 16 년 전
  Ask Solem bb0f24dab7 paver releaseok now depends on pyflakes with no warnings. contrib/release/flakesignore.txt lists the warnings to ignore 16 년 전
  Ask Solem 08cf386994 Removed deprecated celery.models and celery.management.commands 16 년 전
  Ask Solem 075737669b tests passing again 16 년 전
  Ask Solem 2bc1b0ab06 Homepage: Added 2.1.1 newsitem 16 년 전
  Ask Solem 26482c2d70 Crontab tests: use less precision for almostEqual 16 년 전
  Ask Solem 80ba58654e unittests were actually creating the celerybeat schedule database file, which it is not allowed to 16 년 전
  Ask Solem 557e8e4d92 Removed all traces of the pool diagnose command 16 년 전
  Ask Solem fedde5e9ae Removed debugging print statement 16 년 전
  Ask Solem b97de622af Unittests: Don't emit logging in test output 16 년 전
  Ask Solem 9a1a1c274f unittests: Catch warning emitted by unconfigured default loader tests 16 년 전
  Ask Solem 4db399b98f unittests: Tyrant tests were never executed even if running 16 년 전
  Ask Solem aa795790c1 unittests: Stop Timer threads after staring them. 16 년 전
  Ask Solem f009143969 PEP8ify + pyflakes 16 년 전
  Ask Solem 90f6065ef7 Now depends on carrot 0.10.7 16 년 전
  Ask Solem a50925b32b Show error message if "celeryd" run on windows, telling the user to run "pyhton -m celery.bin.celeryd" instead. 16 년 전
  Ask Solem 5c593be0f2 celeryd: Reject tasks with an eta that cannot be converted to timestamp. Closes #209. Thanks to rlotun 16 년 전
  Ask Solem c703787132 docs/configuration: Fixed typo CELERY_SOFT_TASK_TIME_LIMIT -> CELERY_TASK_SOFT_TIME_LIMIT. Closes #214. Thanks to Lifto 16 년 전
  Ask Solem cd5a9205ad Fixed broken tests 16 년 전
  Ask Solem 2bdc13385c Replaced State.freeze/.thaw with a simple mutex. Fixes race condition. 16 년 전
  Ask Solem 04b6bca95f dump_scheduled was using old .info attribute 16 년 전
  Ask Solem 9d95cedbbe Fixed broken tests 16 년 전
  Ask Solem e3c94ca915 Fixed typo hold -> held. Closes #212. Thanks to wil1 16 년 전