Commit graph

100 commits

Author SHA1 Message Date
b01b7855ef Merge branch 'master' of https://github.com/linspector/linspector 2014-04-19 02:16:12 +02:00
9411a3f071 candy 2014-04-19 02:14:48 +02:00
Rafael Timmerberg
fecc41df41 Merge remote-tracking branch 'origin/master' 2014-04-19 02:14:01 +02:00
Rafael Timmerberg
445601ffc0 added Transactoions 2014-04-19 02:13:51 +02:00
098796b7ab wuhuuuuu 2014-04-19 01:51:33 +02:00
16dc159ec4 100% fixes; thx ruff 2014-04-19 01:38:20 +02:00
Rafael.Timmerberg
6908704587 implemented IPy address-ranges (with hostmask) for hosts 2013-12-29 15:01:31 +01:00
11b6c0ebbe added misfire_grace_time=2 to scheduler_job 2013-12-28 18:12:18 +01:00
9a61a6b405 0.15.1 2013-12-11 05:26:15 +01:00
c84b17107a do scheduling first, then start the scheduler... makes start up a lot faster 2013-12-11 05:24:15 +01:00
0e10c20e31 we are back to 0.15 now; should be clean... ;) 2013-12-11 05:17:50 +01:00
34e73a56f2 reverted to 7f9397eb30; needs some cleanups but then we are back online again.... ;) 2013-12-11 05:16:11 +01:00
Rafael.Timmerberg
3745c27c9a removed singleton and passed instance of TaskExecutor to workers 2013-12-11 03:41:56 +01:00
Rafael.Timmerberg
c604d4da4d changed from event to Queue.Queue, still not working... 2013-12-11 00:53:58 +01:00
7b71188854 removed name from worker; just small design fixes 2013-12-10 23:57:53 +01:00
Rafael.Timmerberg
b93b2aee50 added logs for task execution debugging 2013-12-10 18:00:34 +01:00
bbcca82704 changed default instances from 4 to 1; added multicore stuff to changelog 2013-12-10 08:26:11 +01:00
1cdaec5441 multiprocessing stuff, a lot of small improvements. has many bugs actually 2013-12-10 03:48:27 +01:00
259c6ee0f0 fixed some multiprocessing stuff 2013-12-10 02:42:36 +01:00
0acb6402b0 creating jobs inside the worker now; don't know if this is better, feels starting faster now 2013-12-09 23:23:40 +01:00
9b8fe37d09 added LinspectorWorker to startup more scheduler instances for multiporcessing of jobs; does not work but is on the right way 2013-12-09 21:14:14 +01:00
4ebf0ddb7f just added Linspector as prefix to job and scheduler 2013-12-08 19:33:59 +01:00
2ae5b8bd2f just playing around with a process pool. do not use this commits code! 2013-12-07 18:59:36 +01:00
b869053aec made urlish the gui command in lish 2013-12-05 03:59:22 +01:00
85af8699c4 set corethread defaults back to 0; makes no sense if we have less then 200 jobs 2013-12-01 23:36:12 +01:00
f0e5615bd7 renamed clish to urlish since we are not using curses but urwid as base 2013-12-01 21:12:09 +01:00
8a2e4caf32 moved the import of the json-rpc backend to only import when activated 2013-12-01 15:06:50 +01:00
95bffed954 changed default delay again; seems to work better with some thousands of jobs 2013-12-01 04:22:47 +01:00
b2db0ffcff set new defaults in bin/linspector after a lot of stress testing 2013-12-01 03:22:37 +01:00
aa7e49d081 added "shutting down" message 2013-12-01 01:40:22 +01:00
d3850344df added linspector version to interface and get function for use in frontends 2013-11-30 21:44:21 +01:00
e5455977d9 made it possible to select another frontend in config and load this if set; lish will stay default 2013-11-29 01:15:50 +01:00
9fe9f85000 moved lish related info print from bin/linspector to lish 2013-11-29 00:27:14 +01:00
1b5ddec576 added log level management to interface and lish 2013-11-23 21:33:02 +01:00
177f503409 small typo fixes 2013-11-23 20:22:20 +01:00
64800c3741 added progess in percent while scheduling jobs... yay... :) 2013-11-23 20:18:38 +01:00
b64311a923 new version and we added a release name 0.14/AMNESIA 2013-11-11 03:24:00 +01:00
01335aac1e changed default --delay to Pi (3.141592); works very well... ;) 2013-11-09 05:58:24 +01:00
fd2188c798 v0.13-alpha 2013-11-09 05:33:19 +01:00
RafTim
e0bd6ad0ea removed deamon in TaskExecutor Thread and stopped manually according to "shutdown_wait" in core 2013-11-09 02:42:51 +01:00
RafTim
1b089807bb added TaskExecutor into the job to execute tasks in its own Thread, and stops blocking the job 2013-11-09 02:20:20 +01:00
93bee9a8b2 prepared a lot of stuff for new task handling... it was a hell to cleanup unused stuff!!! 2013-11-08 05:52:47 +01:00
881b84b666 uhh, forgot to set right version before release.. shame on me... ;) 2013-11-05 03:07:50 +01:00
fdacf38062 removed the jobInfo object and let the job execute and store all data; looks better to me now 2013-11-05 00:24:31 +01:00
d07386aad3 fixed bug in time_delta calculation for scheduling jobs; changed int to float. 2013-11-04 02:10:02 +01:00
87843f417f v0.12 release and some typo fixes 2013-11-04 00:08:59 +01:00
RafTim
a670770dde changed task parsing and handling 2013-11-03 04:57:09 +01:00
20ab0809ff just some print output foo 2013-10-29 04:10:13 +01:00
7f86d66c13 added types to arguments of argparse. made output lowercase 2013-10-29 02:14:50 +01:00
fdde6cbb8c made time_delta an arg; does not work but can be fixed; -k and -x are wrong datatype 2013-10-29 01:51:06 +01:00