Daniel Hepper
|
f4f8e3bd08
Changed crontab_parser match Vixie cron for ranges with steps, e.g. 1-59/2
|
13 年之前 |
Ask Solem
|
4d83dec941
Fixes reduce of schedule objects
|
13 年之前 |
Ask Solem
|
a8de6815af
flake8
|
13 年之前 |
Ask Solem
|
c86a7df558
The current datetime now taken from loader.now
|
13 年之前 |
Ask Solem
|
6b52605db6
Updates copyright years to include 2012
|
13 年之前 |
Ask Solem
|
87a8277c81
Merge branch '2.4'
|
13 年之前 |
Ask Solem
|
e569d22c53
Celerybeat interval schedules were accidentally rounded
|
13 年之前 |
Ask Solem
|
d8fd481d51
Merge branch 'master' into utc
|
14 年之前 |
Ask Solem
|
641e838dd6
Cosmetics
|
14 年之前 |
Ask Solem
|
27caaad22c
Adds module docstrings
|
14 年之前 |
Ask Solem
|
9ba282f406
Cosmetics
|
14 年之前 |
Ask Solem
|
cd57928d05
Rewrites the crontab parser using regexes, to remove the pyparsing dependency.
|
14 年之前 |
Ask Solem
|
619367b04d
ETA/expires and beat is now UTC, and timezone aware using the CELERY_TIMEZONE setting.
|
14 年之前 |
Ask Solem
|
b6179c7316
Use new-style relative imports
|
14 年之前 |
Ask Solem
|
1dfe6d0d54
Remove 2.4 workarounds
|
14 年之前 |
Ask Solem
|
bd820378ae
schedule: Added __repr__
|
14 年之前 |
Ask Solem
|
785ab7925a
PEP8ify + pyflakes
|
14 年之前 |
Bryan Berg
|
cfb2c96386
Fix crontab scheduler -- for Sunday, datetime.isoweekday() == 7, not 0, as we expect. Slight cleanup.
|
15 年之前 |
Ask Solem
|
4fbdffdfbc
PEP8ify
|
15 年之前 |
Ask Solem
|
0606fda57c
Merge branch 'master' into kombu2
|
15 年之前 |
Ask Solem
|
0afa1efa28
Docs: Replaced all occurences of ``literal`` with `literal`
|
15 年之前 |
Ask Solem
|
88a69b51e2
celery.worker.listener renamed to celery.worker.consumer, and .CarrotListener to .Consumer
|
15 年之前 |
Ask Solem
|
8d85334016
Improved docs
|
15 年之前 |
Ask Solem
|
37d41c2499
crontab.__repr__: Fixed typo "m/d/h" -> "m/h/d"
|
15 年之前 |
Ask Solem
|
8fb3a383c6
schedules.crontab: Better repr()
|
15 年之前 |
Ask Solem
|
cdef3d20f1
schedules.crontab: "Invalid crontab pattern. Valid range is 0-24. '24' was found.", need to show ``max_ - 1``.
|
15 年之前 |
Ask Solem
|
72dafab690
celery.schedules: Cosmetics
|
15 年之前 |
jbochi
|
27b12d0e89
Proper remaining_estimate for crontabs. No need to wake up the scheduler every second.
|
15 年之前 |
Ask Solem
|
ab7f041fc7
Cosmetics
|
15 年之前 |
Ask Solem
|
289b1a59a2
New tests for the new celery.beat (92% coverage)
|
15 年之前 |