Commit Graph

646 Commits

Author SHA1 Message Date
Ilan Steemers
eb72eb33d9 Adds an Iter class
The Iter class serves as a convenience rwrapper around the `async_iter` function
2015-10-18 13:53:32 +02:00
Ilan Steemers
083715f9bd Replaces list.copy with a slice for python 2.7 2015-10-17 18:59:17 +02:00
Ilan Steemers
2df29b908c Adds tests for task chains
adds several small improvements based on the problems that surfaced during writing the tests
2015-10-17 18:49:45 +02:00
Ilan Steemers
6dcead7310 Adds task chains 2015-10-17 12:13:29 +02:00
Ilan Steemers
5eb84c600f Updates botocore for testing 2015-10-16 12:24:05 +02:00
Ilan Steemers
142ce8c167 Updates Requests and Blessed requirements for testing 2015-10-14 13:18:56 +02:00
Ilan Steemers
fa5f47cb14 Updates Arrow and Blessed for testing 2015-10-12 11:38:46 +02:00
Ilan Steemers
8701c37d65 updates botocore for testing 2015-10-09 10:24:39 +02:00
Ilan Steemers
3b25396f00 adds ipython notebook and redis dumpfiles to gitignore 2015-10-09 10:21:14 +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
2e9e20828a Merge pull request #91 from Koed00/dev
Updated botocore for testing
2015-10-08 12:08:57 +02:00
Ilan Steemers
8deacc0f5f Updated botocore for testing 2015-10-08 11:43:58 +02:00
Ilan Steemers
fdc6583215 Merge pull request #90 from Koed00/dev
adds version info to qinfo
2015-10-07 17:48:53 +02:00
Ilan Steemers
44fce5ff03 linted 2015-10-07 17:08:05 +02:00
Ilan Steemers
680aac8405 adds version and hides None values for qinfo config 2015-10-07 17:06:50 +02:00
Ilan Steemers
2ba9d9e52e Merge pull request #89 from Koed00/dev
Adds version and broker info to qinfo
2015-10-07 15:42:53 +02:00
Ilan Steemers
d4aa010428 adds version and broker info to qinfo command 2015-10-07 14:07:39 +02:00
Ilan Steemers
bd242b9de3 docs: minor tweaks to cached group example 2015-10-07 13:55:13 +02:00
Ilan Steemers
c39a8a06cd Merge pull request #88 from Koed00/dev
Updates botocore, requests and six for testing
2015-10-07 10:17:20 +02:00
Ilan Steemers
76cd10d5f8 Updates botocore, requests and six for testing 2015-10-07 10:04:01 +02:00
Ilan Steemers
89eb65f986 Merge pull request #87 from Koed00/dev
adds `cached` option to `async_iter`
2015-10-06 19:46:03 +02:00
Ilan Steemers
2ba88f2d17 adds cached option to async_iter 2015-10-06 19:37:02 +02:00
Ilan Steemers
c9f3e64bf1 Merge pull request #86 from Koed00/dev
moves hook signal in separate module
2015-10-05 17:24:10 +02:00
Ilan Steemers
913edcb3da moves hook signal in separate module
By moving signals in their own module, we can now follow Django guidelines and register signals on app.ready.
2015-10-05 13:46:47 +02:00
Ilan Steemers
6486ee9d7e Merge pull request #85 from Koed00/dev
Updates psutil to 3.2.2
2015-10-05 10:38:28 +02:00
Ilan Steemers
693e182d90 Updated psutil 2015-10-05 10:14:03 +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
edf188e7bc adds async iter tests 2015-10-04 11:52:43 +02:00
Ilan Steemers
0c2da87e27 adds async iter tests 2015-10-04 11:49:07 +02:00
Ilan Steemers
bc0724c967 Merge branch 'updates'
# Conflicts:
#	requirements.txt
2015-10-04 09:57:07 +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
f73ae66c0f Adds async_iter command
With async iter you can quickly run the same function on an iterable set of arguments. The results are held in the cache until all are done and collated into a database result.
2015-10-03 18:07:57 +02:00
Ilan Steemers
9243731a9c Updates test for new wait and count options 2015-10-02 20:03:38 +02:00
Ilan Steemers
7911419642 docs: updated cache and group operations 2015-10-02 18:31:52 +02:00
Ilan Steemers
81d5abbd00 adds count and wait option to group result and fetch
result_group and fetch_group can now be told to block for a certain number of results or a number of miliseconds or a combination of both.
2015-10-02 18:29:03 +02:00
Ilan Steemers
9cfc41f1cb fixed global cached for fetch group
And added docstrings
2015-10-02 16:40:31 +02:00
Ilan Steemers
bcdb62404b updated botocore and dependency 2015-10-02 13:16:13 +02:00
Ilan Steemers
f6d14bc7b3 adds delete_cached 2015-10-01 19:25:43 +02:00
Ilan Steemers
6127b551ae fixes tests for cache with better coverage 2015-10-01 17:21:26 +02:00
Ilan Steemers
7107e9ea35 fetch group should default to non cached 2015-10-01 15:06:43 +02:00
Ilan Steemers
33282cb2e5 cached result backend
first version of a result backend using django's cache framework
2015-10-01 14:58:28 +02:00
Ilan Steemers
36139eaa7b Merge pull request #81 from Koed00/dev
updates botocore to 1.2.6 for testing
2015-09-30 16:09:50 +02:00
Ilan Steemers
109a5fefa2 update botocore to 1.2.6 for testing 2015-09-30 16:03:56 +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