Ilan Steemers
|
6a389668d4
|
Update index.rst
fixed a sticky trackpad issue
|
2015-10-19 16:14:16 +02:00 |
|
Ilan Steemers
|
adc9580b9a
|
version 0.7.10
|
2015-10-19 11:43:24 +02:00 |
|
Ilan Steemers
|
fd88694959
|
Merge pull request #96 from Koed00/dev
Adds task chains
|
2015-10-19 11:38:44 +02:00 |
|
Ilan Steemers
|
37b41b15b1
|
docs: adds Iter and Chain examples
|
2015-10-19 11:32:22 +02:00 |
|
Ilan Steemers
|
79d9d99d2a
|
docs: moves architecture to its own main section
Also updated the architecture text a little
|
2015-10-18 23:13:03 +02:00 |
|
Ilan Steemers
|
37f1c4b42f
|
docs: adds reference for Iter Chain and async_chain
|
2015-10-18 15:57:54 +02:00 |
|
Ilan Steemers
|
1bf0e14474
|
Update index.rst
|
2015-10-08 19:11:17 +02:00 |
|
Ilan Steemers
|
993d305fc9
|
docs: example paste error
|
2015-10-08 13:57:21 +02:00 |
|
Ilan Steemers
|
1abe23d229
|
V0.7.9
|
2015-10-08 12:53:47 +02:00 |
|
Ilan Steemers
|
bd242b9de3
|
docs: minor tweaks to cached group example
|
2015-10-07 13:55:13 +02:00 |
|
Ilan Steemers
|
2ba88f2d17
|
adds cached option to async_iter
|
2015-10-06 19:37:02 +02:00 |
|
Ilan Steemers
|
efed61f786
|
docs: some tweaks on the new functions
|
2015-10-04 16:47:42 +02:00 |
|
Ilan Steemers
|
a6ef7e00e0
|
v 0.7.8
|
2015-10-04 15:36:41 +02:00 |
|
Ilan Steemers
|
ee87333c43
|
Merge pull request #84 from Koed00/dev
Adds cached result backend
|
2015-10-04 14:43:20 +02:00 |
|
Ilan Steemers
|
5d6efbb3bb
|
docs: updated group example
|
2015-10-04 14:36:42 +02:00 |
|
Ilan Steemers
|
486a0021c7
|
docs: adds async_iter
|
2015-10-04 12:44:59 +02:00 |
|
Ilan Steemers
|
e724b9bac1
|
Update tests for Django 1.8.5
Also updated botocore and blessed
|
2015-10-04 09:49:28 +02:00 |
|
Ilan Steemers
|
7911419642
|
docs: updated cache and group operations
|
2015-10-02 18:31:52 +02:00 |
|
Ilan Steemers
|
477761a17f
|
:docs: replaced some old redis references with brokers
|
2015-09-30 10:12:16 +02:00 |
|
Ilan Steemers
|
07a7851b54
|
v0.7.7
|
2015-09-29 22:59:40 +02:00 |
|
Ilan Steemers
|
76aab3d52a
|
v0.7.6
|
2015-09-29 18:31:56 +02:00 |
|
Ilan Steemers
|
ca79228b95
|
v0.7.5
|
2015-09-28 18:23:02 +02:00 |
|
Ilan Steemers
|
bcad7614b3
|
docs: mention Django 1.9a1 support
|
2015-09-28 15:14:22 +02:00 |
|
Ilan Steemers
|
96543e4b75
|
Merge pull request #75 from Koed00/dev
Adds MongoDB broker
|
2015-09-26 18:12:57 +02:00 |
|
Ilan Steemers
|
b8bb186471
|
check for default database on mongo connection
|
2015-09-26 13:01:15 +02:00 |
|
Ilan Steemers
|
6c81840047
|
docs: updated management command example
|
2015-09-26 10:52:19 +02:00 |
|
Ilan Steemers
|
7847e3b560
|
docs: adds shell command example
|
2015-09-26 10:51:03 +02:00 |
|
Ilan Steemers
|
1fd9ca2441
|
docs: mongodb broker
|
2015-09-25 20:57:47 +02:00 |
|
Ilan Steemers
|
826178c463
|
Adds a MongoDB broker
* adds mongo broker tests
* adds mongo brokers docs
* broker info is now cached when it needs to connect to a server, to reduce traffic.
|
2015-09-25 20:03:39 +02:00 |
|
Ilan Steemers
|
cef48da789
|
removes root imports for django 1.9
Updated docs to promote submodule imports
|
2015-09-24 15:41:32 +02:00 |
|
Ilan Steemers
|
956e79a3a0
|
docs: compatibility
|
2015-09-22 18:46:39 +02:00 |
|
Ilan Steemers
|
04470c1a87
|
docs: compatibility
|
2015-09-22 18:22:08 +02:00 |
|
Ilan Steemers
|
754fb1ad19
|
adds python 3.5 for testing
|
2015-09-19 15:09:19 +02:00 |
|
Ilan Steemers
|
370ffd4061
|
docs: Replaced redis pooling with broker pooling example.
* moves get_broker to main module
|
2015-09-18 21:07:18 +02:00 |
|
Ilan Steemers
|
270d8dba88
|
v0.7.3
|
2015-09-18 20:02:19 +02:00 |
|
Ilan Steemers
|
16c28a88e2
|
adds (approximate) lock_size to SQS broker
docs: added lock_size
|
2015-09-18 15:40:30 +02:00 |
|
Ilan Steemers
|
43d90da271
|
docs: typo
|
2015-09-18 11:03:41 +02:00 |
|
Ilan Steemers
|
a493f9cc78
|
Adds wait option to result() and fetch()
|
2015-09-18 10:57:09 +02:00 |
|
Ilan Steemers
|
a30e5d2c28
|
v0.7.2
|
2015-09-17 20:19:20 +02:00 |
|
Ilan Steemers
|
4d7416914c
|
v0.7.1
|
2015-09-16 18:50:33 +02:00 |
|
Ilan Steemers
|
bd9f7da095
|
docs: qinfo --config
|
2015-09-16 18:03:08 +02:00 |
|
Ilan Steemers
|
f7d30561a2
|
docs: group functions for task instances
updated group example to reflect easier syntax.
|
2015-09-16 17:01:23 +02:00 |
|
Ilan Steemers
|
6a564639d4
|
docs: updates for broker changes
|
2015-09-15 17:41:41 +02:00 |
|
Ilan Steemers
|
ff5531aa99
|
Merge branch 'master' into orm
# Conflicts:
# docs/conf.py
|
2015-09-14 16:57:28 +02:00 |
|
Ilan Steemers
|
d67e6b9d10
|
docs: version 7
|
2015-09-14 16:49:31 +02:00 |
|
Ilan Steemers
|
789f934208
|
docs: Django ORM broker
|
2015-09-14 15:38:16 +02:00 |
|
Ilan Steemers
|
991cf48416
|
v0.6.4 coming up
|
2015-09-10 14:49:05 +02:00 |
|
Ilan Steemers
|
793c0a0d6a
|
Merge pull request #58 from Koed00/dev
Adds Amazon SQS broker
|
2015-09-10 14:46:29 +02:00 |
|
Ilan Steemers
|
2efa5bac57
|
docs: minor adjustments
|
2015-09-10 14:27:14 +02:00 |
|
Ilan Steemers
|
9af70e799d
|
docs: Amazon SQS broker
|
2015-09-10 14:11:30 +02:00 |
|