Ask Solem
0140a47b2d
Merge pull request #3285 from bbgwilbur/master
...
Fix typo in worker.py
2016-07-06 12:57:15 -07:00
Ask Solem
7cc9b92378
Fixes for #3294
2016-07-06 12:52:36 -07:00
Ask Solem
b34863db15
Merge pull request #3294 from KptMarchewa/patch-1
...
Wrong version number in readme.
2016-07-06 12:50:06 -07:00
Ask Solem
983d9b18b2
Merge branch 'master' of github.com:celery/celery
2016-07-06 12:49:26 -07:00
Ask Solem
c5f8250c07
Beat: Fixes typo
2016-07-06 12:49:17 -07:00
Maciej Obuchowski
c3fbd1e18e
Update README.rst
2016-07-05 10:20:17 +02:00
Dmitry Malinovsky
7d46775b33
Merge pull request #3292 from Twistbioscience/master
...
contributor w/o couchdb backend fix
2016-07-05 12:44:37 +07:00
Andrew Stewart
af34680f84
Revert "Deserialize json string prior to inclusion in CouchDB doc"
...
This reverts commit ccf65f80d7
.
2016-07-04 22:17:40 -07:00
Andrew Stewart
ccf65f80d7
Deserialize json string prior to inclusion in CouchDB doc
...
CouchDB interface takes care of deserialization prior to
insertion/update, so deserializing the celery result beforehand leads
to a stringified json blob within the resulting json document.
2016-07-04 14:27:42 -07:00
Andrew Stewart
d00c4fbcec
contributor
2016-07-04 13:01:08 -07:00
Dmitry Malinovsky
c07707764e
Merge pull request #3288 from Twistbioscience/master
...
Fixing reference to CouchBackend
2016-07-05 01:40:16 +07:00
Andrew Stewart
fc96131b48
Fixing reference to CouchBackend
...
https://github.com/celery/celery/issues/3287
2016-07-04 10:31:36 -07:00
Ask Solem
ad45953379
Cosmetics
2016-07-01 14:41:10 -07:00
Ask Solem
b99be09391
Adds bumpversion
2016-07-01 14:20:43 -07:00
Greg Wilbur
876e6bdc49
Fix typo in worker.py
...
The attribute in OptionGroup is called option_list, not options_list
2016-06-30 16:18:03 -04:00
Ask Solem
e9f1861b90
flakes (flake8 3.0b2)
2016-06-30 11:25:32 -07:00
Ask Solem
335e2e1a8f
Merge branch 'master' of github.com:celery/celery
2016-06-29 18:46:53 -07:00
Ask Solem
bb370f0107
Fixes build
2016-06-29 18:46:48 -07:00
Ask Solem
1167e7d7ba
flakes
2016-06-29 18:25:36 -07:00
Ask Solem
a2a2184e0a
Merge pull request #3282 from kfr2/patch-1
...
Update CONTRIBUTORS.txt
2016-06-29 18:03:09 -07:00
Kevin Richardson
95a1a08e5d
Update CONTRIBUTORS.txt
2016-06-29 20:57:23 -04:00
Ask Solem
1ae8819d69
Merge branch 'master' of github.com:celery/celery
2016-06-29 17:12:53 -07:00
Ask Solem
67c1caed7f
Cleanup for #3275
2016-06-29 17:12:46 -07:00
Kevin Richardson
9d8de6e714
Add signal: `heartbeat`
...
* :data:`celery.signals.heartbeat`
Dispatched when Celery sends a worker heartbeat.
Sender is the :class:`celery.worker.heartbeat.Heart` instance.
2016-06-29 17:04:23 -07:00
Ask Solem
3412fd445a
Merge pull request #3271 from tomachalek/fix-systemd-conf
...
Add -c parameter to make /bin/sh process the command
2016-06-29 16:42:03 -07:00
Batiste Bieler
1d131e9910
Update the demo project so it works with the latest Django and celery
2016-06-29 16:39:08 -07:00
Taha Jahangir
06461aa179
Search `/usr/local/etc` for config file in [Free]BSD
...
In FreeBSD, by default config files are/should be in `/usr/local/etc` rather than `/etc/default` or even `/etc`, so check for existence of `/etc/default`
2016-06-29 16:01:10 -07:00
Ask Solem
c158ec1db9
Removes zeromq from extras
2016-06-29 14:55:48 -07:00
Ask Solem
6dc8884b2b
Removes the Jyton trove classifier
2016-06-29 14:54:30 -07:00
Ask Solem
586f3d3182
Removes the experimental threads pool
2016-06-29 14:54:00 -07:00
Ask Solem
4b7af113fa
flakes
2016-06-28 19:25:23 -07:00
Ask Solem
0858ff7d16
Moves .utils.jsonify to .utils.serialization
2016-06-28 19:14:07 -07:00
Ask Solem
7acdc0d452
Moves .utils.strtobool to .utils.serialization
2016-06-28 18:55:02 -07:00
Ask Solem
8ee50a3d9f
Removes .utils.is_iterable
2016-06-28 18:51:12 -07:00
Ask Solem
9261fe132c
Moves .utils.lpmerge to .utils.collections.lpmerge
2016-06-28 18:47:57 -07:00
Ask Solem
b8d5dee7fd
Moves .utils.cry to .utils.debug.cry
2016-06-28 18:45:22 -07:00
Ask Solem
de6cf95522
Moves .utils.isatty to .platforms.isatty
2016-06-28 18:42:12 -07:00
Ask Solem
7b93ce91b7
Moves gen_task_name to .utils.imports
2016-06-28 18:38:24 -07:00
Ask Solem
2aa20ec9a5
flakes
2016-06-28 18:32:53 -07:00
Ask Solem
f9380fd8a5
Moves hostname related utils to .utils.nodenames
2016-06-28 18:30:41 -07:00
Ask Solem
7a3f56c32e
Move deprecation utils to .utils.deprecated
2016-06-28 18:15:47 -07:00
Ask Solem
2bc0a0d372
Documentation fixes
2016-06-28 18:03:20 -07:00
Ask Solem
e6f4bdf03d
flakes
2016-06-28 18:00:17 -07:00
Ask Solem
ad990403e9
Deprecated: AMQP Backend Removal: 5.0
2016-06-28 17:58:53 -07:00
Ask Solem
dd4b287c4e
Worker: Always log Received: even if revoked. Closes #3155
2016-06-28 17:15:30 -07:00
Ask Solem
d85fcc9576
Docs: Calling: Clarify retry policy. Closes #3164
2016-06-28 17:09:33 -07:00
Ask Solem
9e06907e95
Merge pull request #3281 from jvanasco/feature-rdb_copypaste
...
changed banner on rdb sessions to simply copy/paste on telnet access
2016-06-28 15:13:35 -07:00
jonathan vanasco
7fb651014e
changed banner on rdb sessions so the line can be copy/pasted easier for telnet access [ https://github.com/celery/celery/issues/3243 ]
2016-06-28 18:10:03 -04:00
Ask Solem
fdbc95597e
Docs: Use fully qualified node names. Closes #3234
2016-06-28 14:31:19 -07:00
Ask Solem
4f2f949a34
Python 2: Values in __all__ can only be unicode. Closes #3231
2016-06-28 14:25:33 -07:00