Commit Graph
655 Commits
Author SHA1 Message Date
Ilan Steemers 728ba45ef0 Adds Async class wrapper for the async function 2015-10-26 13:48:23 +01:00
Ilan Steemers 62337a9d06 Adds infinite wait to task result functions
* the `wait` keyword now can take the value `-1` which will make the functions wait indefinitely for a result.
2015-10-25 16:40:49 +01:00
Ilan Steemers 5c58febfeb Updates boto, botocore and sqlparse for testing 2015-10-24 20:24:42 +02:00
Ilan Steemers e21a9b442f docs: tested with Django 1.9b1 2015-10-20 16:42:49 +02:00
Ilan Steemers 69551793c0 adds timeout to group_key cache object 2015-10-19 15:42:05 +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 7eefb8cb64 returns the size of the chain or iter on append 2015-10-18 15:57:23 +02:00
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