Ilan
24b5e76eed
trying osx build for travis
2015-08-04 12:40:20 +02:00
Ilan
af61270f62
#40 qsize not implemented
2015-08-04 12:26:23 +02:00
Ilan
ed019634d2
Sets pickle protocol to highest
...
* package signing protocol is now set to highest. Tests show this to be about a 35% speed increase and there is increased probability of correctly pickling complex objects.
* also upped the protocol on the result database picklefield.
2015-08-01 11:41:45 +02:00
Ilan
9899c42740
* fixes save_limit +1
...
* adds save_limit test
* expands recycle test
2015-07-31 18:39:54 +02:00
Ilan
a1c67c819b
Updated architecture docs
2015-07-31 12:45:57 +02:00
Ilan Steemers
f75593aebb
Moves unpacking task from Worker to Pusher.
...
Makes more sense and gives us more options to work with control queues from the pusher in the future. Does not seem to affect performance.
2015-07-31 12:29:10 +02:00
Ilan
a13b959bfb
Merge remote-tracking branch 'origin/dev' into dev
2015-07-27 12:31:47 +02:00
Ilan
ba58b4face
closes db connection on worker and monitor spawn
...
This should prevent some problems with Postgresql where the workers would use stale db connections and cause errors.
2015-07-27 12:31:38 +02:00
Ilan
82bd93d67f
docstring linting
2015-07-27 10:45:43 +02:00
Ilan
25b4b03544
Updated future==0.15.0
2015-07-27 10:45:43 +02:00
Ilan
38829f25c2
adds group filter to admin
2015-07-27 10:45:43 +02:00
Ilan Steemers
c350ea13f1
monitor TQ will indicate green when queue_limit has been reached.
2015-07-27 10:45:43 +02:00
Ilan
0919d546ab
docstring linting
2015-07-25 17:01:06 +02:00
Ilan
cb4555d9eb
Updated future==0.15.0
2015-07-25 16:58:48 +02:00
Ilan
ac41d50bf2
adds group filter to admin
2015-07-24 20:47:35 +02:00
Ilan Steemers
421eecd0ea
monitor TQ will indicate green when queue_limit has been reached.
2015-07-24 14:57:33 +02:00
Ilan
266a0dbcb1
minor linting
2015-07-24 13:36:51 +02:00
Ilan
3d58e3e3eb
docs: typo
2015-07-24 12:25:49 +02:00
Ilan
f77aa54f26
version 0.4.3
2015-07-24 12:22:24 +02:00
Ilan Steemers
510ef6ea30
Merge pull request #32 from Koed00/dev
...
Adds queue limit and encryption salt
2015-07-24 02:55:27 -07:00
Ilan
a44fc66682
docs: added queue_limit information
2015-07-24 11:28:52 +02:00
Ilan
0e7a5c4afb
docs: added queue_limit information
2015-07-24 11:13:58 +02:00
Ilan
cf325f8199
queue block is true by default.
2015-07-24 10:52:30 +02:00
Ilan
d31e9e2b97
adds a limit to the queue
2015-07-24 01:04:58 +02:00
Ilan
805d160bbe
use PREFIX as salt
...
Updated docs for this
2015-07-24 00:38:51 +02:00
Ilan
ac3d0d2161
use PREFIX as salt
2015-07-24 00:26:40 +02:00
Ilan Steemers
f15bc42eb1
Merge pull request #31 from Koed00/dev
...
adds Haystack example
2015-07-23 06:00:36 -07:00
Ilan
f8c9ef1bfa
adds short delay in test
...
On some platforms the cluster is not always ready in time for test assertion
2015-07-23 14:57:00 +02:00
Ilan
6ca899cdfc
adds Haystack example
2015-07-23 14:41:56 +02:00
Ilan
2e3e86b0fc
new release 0.4.2
2015-07-22 17:30:37 +02:00
Ilan Steemers
73c8e13616
Merge pull request #30 from Koed00/dev
...
Minor linting and fixes
2015-07-22 08:23:49 -07:00
Ilan
a8b562bc04
some minor linting
2015-07-22 17:13:29 +02:00
Ilan
1a24bb60dd
removed old import
2015-07-22 17:03:49 +02:00
Ilan Steemers
bbdeac5757
Merge pull request #29 from Koed00/dev
...
timeout fix
2015-07-22 05:47:28 -07:00
Ilan Steemers
a26ffbf03b
tuning timeout
2015-07-22 14:25:32 +02:00
Ilan
f6cbd9817a
fix for timeout
2015-07-22 13:11:52 +02:00
Ilan
4b4c64b7dd
requirement should not list django
2015-07-22 09:21:25 +02:00
Ilan
0d1f106470
docs: adds 'save' option to function references
2015-07-21 14:23:57 +02:00
Ilan
4ceff55b43
bumping to v0.4.1
2015-07-21 13:02:42 +02:00
Ilan Steemers
9e331740cd
Merge pull request #27 from Koed00/dev
...
Adds `save` override options for tasks
2015-07-21 03:55:57 -07:00
Ilan
ad3a76be4f
removed old manifest entry
2015-07-21 12:49:10 +02:00
Ilan
dca0c89950
using pip-sync for requirement now.
2015-07-21 11:40:34 +02:00
Ilan
9f90b69fbe
docs version 0.4.1
2015-07-21 11:23:16 +02:00
Ilan
41970ef2fe
docs: some formatting updates and minor fixes
2015-07-21 10:50:10 +02:00
Ilan
3ce0048606
adds Stat to root module
2015-07-21 09:50:58 +02:00
Ilan
a25ac7da57
docs: added info about the save override keyword
...
docs: added explanation of the `q_options` dict
2015-07-20 21:02:57 +02:00
Ilan
c5b8b800f6
Adds save override option for tasks
...
Also adds `q_options` dict for async and schedule options
2015-07-20 19:43:27 +02:00
Ilan Steemers
61b859b046
Merge pull request #26 from Koed00/dev
...
Expanding coverage
2015-07-20 03:53:37 -07:00
Ilan
5fd436021f
Expanding coverage
2015-07-20 12:17:12 +02:00
Ilan
7999e0168a
docs: small updates to cluster and installation
2015-07-19 20:27:01 +02:00