Commit Graph
346 Commits
Author SHA1 Message Date
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 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
Ilan 9acf50becb Updated README
added groups
2015-07-19 17:38:28 +02:00
Ilan 8200e45bd6 Getting ready for 0.4.0 2015-07-19 16:25:06 +02:00
Ilan Steemers dee0f86b93 Merge pull request #25 from Koed00/dev
Added a group example
2015-07-19 07:21:31 -07:00
Ilan 7a57253345 Added a group example 2015-07-19 15:55:58 +02:00
Ilan Steemers 6541eb6ba7 Merge pull request #24 from Koed00/dev
Adds failure filtering to group functions
2015-07-19 06:26:45 -07:00
Ilan d7ecaee18d Added tests for failures filtering
fixed a bug
2015-07-19 15:21:06 +02:00
Ilan 52e72fde1c Adds failed tasks filtering to groups 2015-07-19 15:15:57 +02:00
Ilan 72f913ab97 switching hook to post_save
This might delay a hook slightly, but it makes more sense if you want to perform hook actions on groups since Pre_save the latest member of the group won't be available yet.
2015-07-19 14:29:40 +02:00
Ilan Steemers 80eddae1e4 Merge pull request #23 from Koed00/dev
Adds count_group() and delete_group()
2015-07-19 05:23:48 -07:00
Ilan e75fbecda8 fixed typo and added group tests 2015-07-19 13:56:16 +02:00
Ilan ff102630f7 adds count_group() and delete_group() 2015-07-19 13:19:46 +02:00