커밋 기록

작성자 SHA1 메시지 날짜
  jbochi 4ed89ec495 Proper remaining_estimate for crontabs. No need to wake up the scheduler every second. 14 년 전
  Ask Solem ee232172d7 Tests passing again 15 년 전
  Ask Solem 07c589fa27 Added the ability to set an expiry date and time for tasks. 15 년 전
  Ask Solem 9040ec3e5b TaskSet: Now shows DeprecationWarning when using old-style single-task syntax. 15 년 전
  Ask Solem 24b3eb78c0 Fixed a very embarrassing typo for a dedicated Seinfeld fan. :( 15 년 전
  Ask Solem bb97451bf6 PEP8ify 15 년 전
  Ask Solem ad955af185 Refactored stuff out of celery.task.base. 15 년 전
  Ask Solem 4e57d705e9 Billiard moved back to celery repo, as Debian doesn't approve much of it. 15 년 전
  Vincent Driessen 24499bff40 Marked possibly failing test with a TODO note. 15 년 전
  Vincent Driessen abbc12e04d Fix for isoweekday()'s return value. 15 년 전
  Vincent Driessen b852fd1c1b Raise a ValueError on invalid weekday literals. 15 년 전
  Vincent Driessen 1a923773ac Added support for using names for weekdays, instead of numbers. 15 년 전
  Vincent Driessen 0ea73d8260 Add support for more complex crontab patterns. 15 년 전
  Ask Solem 760e94ec1b apply(throw=True) / CELERY_EAGER_PROPAGATES_EXCEPTIONS: Makes eager execution re-raise task errors. Thanks to proppy. Closes #108. 15 년 전
  Ask Solem a332c83402 Moved schedule + crontab from celery.task.base -> celery.task.schedules 15 년 전
  Ask Solem 3ff2e37963 Moved date and time related utility functions to celery.utils.timeutils 15 년 전
  Ask Solem b1e70fe1e7 Merge branch 'paltman/scheduled-periodic-task' into crontab 15 년 전
  Patrick Altman 4f578181de corrected test's mocked value 15 년 전
  Ask Solem 2e5af1fe7f crontab: Added support for using day names for day_of_week ("SUN", "sunday", "sun", etc) 15 년 전
  Ask Solem ef3233470a Refactored ScheduledTask 15 년 전
  Patrick e8835f1052 added ScheduledTask 15 년 전
  Ask Solem ad8443eb2c apply_async: Raise ValueError if task args is not a list, or kwargs is not a tuple. Closes #95. Thanks to TheAtilla. 15 년 전
  Ask Solem d76fbc957c Fixed delta_resolution for days, hours and minutes. 15 년 전
  Ask Solem ca0f8c210c Added test for Task.AsyncResult 15 년 전
  Ask Solem 1cd610b759 TaskSet: Fixed a bug with using tuples in the argument list. Thanks to Harel Malka. 15 년 전
  Ask Solem 2f16052c5a unittests: Replace assert*Equals -> assert*Equal, to conform with new unittest2 conventions. 15 년 전
  Ask Solem 8b2643618f Use unittest2 features for better test diagnostics. 15 년 전
  Ask Solem 10bc6fbd74 Use assertEqual instead of assertEquals for unittest2 compatibility. 15 년 전
  Ask Solem b98b19dcd9 Moved tests back to celery/tests as picklefield broke the tests when pickling. (The C API in <=2.6 uses relative imports by default, resulting in package conflicts) 15 년 전
  Ask Solem 99bb1f1805 testproj renamed to tests, and celery/tests moved to tests/testunits (and so 15 년 전