Граф коммитов

9507 Коммитов

Автор SHA1 Сообщение Дата
Colin McIntosh 054d6167ab Updating CONTRIBUTERS.txt for https://github.com/celery/celery/pull/2790
and https://github.com/celery/celery/pull/2645.
2016-04-26 16:39:06 -04:00
Omer Katz dd92ccd54e Fix #3178. 2016-04-25 13:47:33 +03:00
Omer Katz 4833ec1514 Merge pull request #3180 from tkanemoto/patch-1
Add Takeshi Kanemoto to CONTRIBUTORS.txt
2016-04-25 13:46:09 +03:00
Takeshi Kanemoto 7ffd562b68 Add Takeshi Kanemoto to CONTRIBUTORS.txt 2016-04-24 11:18:10 +01:00
Ask Solem 04d81bb70e Adds tests for #2767 2016-04-22 15:21:37 -07:00
Ask Solem dc83e6b6da Merge branch 'master' of github.com:celery/celery 2016-04-22 15:17:17 -07:00
Takeshi Kanemoto df2d437c28 Adds event_queue_prefix setting
Adds event_queue_prefix in app config, defaulting to
'celeryev'.

Uses event_queue_prefix as the default queue prefix in
events.EventReceiver.

Also updates documentation for the event_queue_prefix setting.
2016-04-22 15:17:10 -07:00
Ask Solem Hoel 975b9ef8b2 Merge pull request #3175 from arthru/fix_2131
Fix #2131 : update systemd extra files and update doc
2016-04-22 14:56:11 -07:00
Ask Solem f5165977c5 flakes 2016-04-22 14:03:00 -07:00
Dongweiming 74e95ac14d Fix event result is None 2016-04-22 14:02:11 -07:00
Ask Solem 7104402ad9 Prefork pool must always enable timeouts as they may be set at runtime. Closes #3174 2016-04-22 13:50:58 -07:00
Ask Solem 8985dcdb93 Cosmetics 2016-04-22 13:50:13 -07:00
Arthur Vuillard 73d447318d update sample celery files and improve daemonizing with systemd doc 2016-04-22 16:33:22 +02:00
Arthur Vuillard 0f0c930662 fix systemd example file (fixes #2131) 2016-04-22 16:07:46 +02:00
Ask Solem 04aa0e986b Cosmetics 2016-04-21 13:47:36 -07:00
Ask Solem 927ddc76d8 Fixes build problems 2016-04-20 16:45:39 -07:00
Ask Solem af7dfcd34e Merge branch 'master' of github.com:celery/celery 2016-04-19 12:14:24 -07:00
Ask Solem d23c8c297a Fixes rate limits. Closes #33166 2016-04-19 12:14:16 -07:00
Ask Solem ded6e062cb Fixes worker crash after using --purge 2016-04-18 13:53:08 -07:00
Ask Solem Hoel 8ad9bceccd Merge pull request #3167 from gitaarik/master
[docs] Corrected sentence and added link to Groups
2016-04-15 13:08:20 -07:00
Ask Solem Hoel afa42071cc Merge pull request #3168 from SimonPe/SimonPe-rethrow-exception-beat
reraise exception in celery beat.
2016-04-15 12:47:42 -07:00
Simon Peeters a0c3c12976 reraise exception in celery beat.
Without this celery beat would exit with code 0 ("success") when beat.start throws an exception.
2016-04-15 12:15:09 +02:00
Rik 5288148696 [docs] Corrected sentence and added link to Groups 2016-04-14 18:22:55 +02:00
Ask Solem aee706ad5a [docs] Spelling stuff completed 2016-04-13 17:26:07 -07:00
Ask Solem 3d72919992 [worker][consumer] Consumer.start silenced some connection errors 2016-04-13 12:14:17 -07:00
Ask Solem 4abe5c9774 [docs] Update spelling wordlist 2016-04-13 11:51:04 -07:00
Ask Solem 0c3801e5bf [docs][rabbitmq] Fixes highlighting 2016-04-13 11:49:13 -07:00
Ask Solem 0bdc27d8b3 [docs] Spelling stuff 2016-04-12 19:48:33 -07:00
Ask Solem ed3a265a87 flakes 2016-04-12 11:25:13 -07:00
Ask Solem aba16c4896 Merge branch 'master' of github.com:celery/celery 2016-04-11 18:51:09 -07:00
Ask Solem ffc4e37e3d Fixes build 2016-04-11 18:51:03 -07:00
Ask Solem Hoel daf7aed8bd Merge pull request #3161 from joesanford/patch-1
Update CONTRIBUTORS.txt
2016-04-11 18:44:01 -07:00
Joe Sanford 3603dd755b Update CONTRIBUTORS.txt
For PR Added working celery.service and celery.conf for CentOS 7 #3159
2016-04-11 21:31:19 -04:00
Colin McIntosh 255459d3a8 Adding the __bool__ and __nonzero__ methods to GroupResult
This is to fix an issue where a ResultSet or GroupResult with an empty
result list are not properly tupled with the as_tuple() method when it is
a parent result. This is due to the as_tuple() method performing a logical
and operation on the ResultSet.
2016-04-11 17:33:37 -07:00
Ask Solem b516e6f5d0 Test fixes for Issue #3139 2016-04-11 17:27:39 -07:00
Romuald Brunet 779924faf6 Try to fix crontab infinite loop (invalid date)
When never occurrence can never be reached (example, April, 31th), trying
to reach the next occurrence would trigger an infinite loop.

Try fixing that by raising a RuntimeError after 2,000 iterations

(Also added a test for crontab leap years in the process)
2016-04-11 17:19:45 -07:00
Ask Solem Hoel 88bae940ea Merge pull request #3136 from MichaelAquilina/MichaelAquilina-patch-1
Correct help for migrating in Django
2016-04-11 17:17:39 -07:00
Ask Solem 0f3a35e4bd Adds @ionelmc to comitter list. 2016-04-11 17:15:28 -07:00
Ionel Cristian Mărieș 592b01b90d Adds new `task_remote_tracebacks` setting using tblib to format tracebacks. 2016-04-11 16:45:34 -07:00
Edward Betts 8c8b2bd99b use % formatter 2016-04-11 16:23:45 -07:00
Joe Sanford d54eb6d678 Added working celery.service and celery.conf for CentOS 7 2016-04-11 16:21:25 -07:00
Ask Solem f23d568751 flakes 2016-04-11 15:35:56 -07:00
Ask Solem 8da91bf92e Fixes ImportError 2016-04-11 15:22:38 -07:00
Ask Solem 819aff23f8 celery.five now extends vine.five 2016-04-11 15:09:54 -07:00
Ask Solem 9b68e8f9df Make sure __repr__ and __str__ returns bytes on Python 2 2016-04-11 14:50:27 -07:00
Ask Solem 4d25ecc115 [dist] Fixes typo in README.rst 2016-04-11 13:32:36 -07:00
Ask Solem d8217f5cc3 [dist] README badges and stuff 2016-04-11 13:16:02 -07:00
Ask Solem 5c80d98871 [dist] Updates Makefile from cookiecutter 2016-04-11 13:15:47 -07:00
Ask Solem b8565c556c [docs] Footnotes 2016-04-11 13:15:31 -07:00
Ask Solem 95fd5d5ddf [docs] Adds Github stars to sidebar 2016-04-11 13:15:13 -07:00