Commit graph

109 commits

Author SHA1 Message Date
Richard Hartmann
779119c617 added signalDelay to fix dead lock problems on client timeout, also work in progress to make the test run 2018-06-28 15:13:21 +02:00
Richard Hartmann
e36a10f386 ArgsContainer and ClosableQueue are working 2016-12-09 15:33:38 +01:00
Richard Hartmann
87e246e057 ClosableQueue seems to be a dead end, Also ArgsContainer screws up when lots of clients connect 2016-11-28 17:34:51 +01:00
Richard Hartmann
0aa88b4ec7 use pipes to make argscontainer work in multiprocess env 2016-11-27 22:51:34 +01:00
Richard Hartmann
585bf96c63 intermed work 2016-11-25 11:49:03 +01:00
Richard Hartmann
d9a4e589f5 minoir 2016-11-25 10:42:48 +01:00
Richard Hartmann
dd9c663355 problem that new ArgsContainer needs Manager in Thread, NOT supprocess, that screws up network adresse release when manager is stoped 2016-11-24 17:24:15 +01:00
Richard Hartmann
b16fbe9dec new ArgsContainer passes tests in Py34 and Py35 2016-11-22 16:31:07 +01:00
Richard Hartmann
14beaca935 added option for the job_q to be cached on disk 2016-11-21 15:03:31 +01:00
Richard Hartmann
e787e5dfec added special signal handling for Client, (allow to disable Signal_handler_for_Jobmanager_client) 2016-10-07 17:46:06 +02:00
Richard Hartmann
773ddc788c emergency dump for local result_q 2016-10-01 00:12:03 +02:00
Richard Hartmann
4bccdb3fa4 Merge branch 'dev' 2016-09-30 23:50:05 +02:00
Richard Hartmann
d1a8d89d2f adapted to renaming progress to progression 2016-09-30 23:49:35 +02:00
Richard Hartmann
fa2d77877b try to get tests for python2.7 working 2016-09-30 23:35:49 +02:00
cimatosa
f48e5f1d67 jobmanager passes tests with single proxy for client and local queue for subprocesses 2016-09-29 15:07:40 +02:00
Richard Hartmann
580e96f954 try to implement single proxy per client and local thread watched queues 2016-09-29 00:49:26 +02:00
Richard Hartmann
c0faa27e8a a version that passes all tests in python3.4 2016-09-28 22:53:11 +02:00
cimatosa
9ee13856f1 work in progress 2016-09-28 16:48:04 +02:00
cimatosa
4dfa906017 save work in progress 2016-09-28 16:14:01 +02:00
cimatosa
0c36e985f1 added todo 2016-09-28 11:28:31 +02:00
Richard Hartmann
89b1029ec0 work in progress, some tests are now running with the new structure and logging 2016-09-28 00:45:18 +02:00
cimatosa
d067219f13 changed progress logging for jm tests 2016-09-27 17:34:17 +02:00
cimatosa
11ce827de8 work in progress 2016-09-27 16:24:20 +02:00
Richard Hartmann
624a518864 work in progress, change logging system, try to get tests to run 2016-09-26 22:45:13 +02:00
Richard Hartmann
da8281aa70 try to get tests running on new version 2016-09-26 16:57:57 +02:00
cimatosa
662a7c11b5 major chages in the organization of the JM package, also added logging system to be able to handle subprocess logs -> this is going to be pypy version 0.2 2016-09-19 17:06:43 +02:00
cimatosa
9cf298fd7d make SQL PDS deprecated, added efficient size handling for HD5 PDS 2016-09-06 12:38:29 +02:00
cimatosa
95f1fe666d merge sql to h5 works now 2016-08-31 10:16:35 +02:00
cimatosa
1f947a38cb hdf5 almost running 2016-08-30 16:22:07 +02:00
Richard Hartmann
69597b011f progress on hdf5 backend 2016-08-30 00:35:02 +02:00
cimatosa
955e3dfd5b starting hdf5 backend for PDS 2016-08-29 17:49:04 +02:00
cimatosa
1291fa1cd8 minor adds in progressbar 2016-08-29 17:48:03 +02:00
cimatosa
bbbf46b10e minor bugfix in persistentData 2016-05-18 15:29:08 +02:00
cimatosa
0ada369694 timeout is result_q.get in order to allow for infoline update 2016-03-21 14:33:40 +01:00
cimatosa
a6479a65b3 merged client overall size into devel 2016-03-14 10:37:45 +01:00
Richard Hartmann
c3d7e63b72 save 2016-03-04 16:03:52 +01:00
Richard Hartmann
be34e7e3b7 new proxy stuff seems to work 2016-03-04 13:27:04 +01:00
Richard Hartmann
9f1a5435e4 redesign the proxy operations to be more robust, work in progress 2016-03-03 15:27:07 +01:00
Richard Hartmann
2bb9edded0 Merge branch 'random_subDB_name' of https://github.com/cimatosa/jobmanager 2016-01-27 15:22:28 +01:00
Richard Hartmann
f633e7c550 added per job time statistics to JM client 2016-01-27 15:20:36 +01:00
cimatosa
0ee1780ed2 random file naming seems to work now 2016-01-26 16:47:07 +01:00
cimatosa
a3542b7f6c minor adds in PersistentDataStructure 2016-01-18 15:26:56 +01:00
cimatosa
1e2b90149a added merge for two PDS 2016-01-14 16:42:31 +01:00
Richard Hartmann
988ed36d18 convinced the PersistentDataStructure to save np.ndarrays in sparate file 2015-12-03 17:21:14 +01:00
cimatosa
5191bf28ea fixed doc and tests 2015-11-13 16:13:23 +01:00
cimatosa
488bef5774 now also restore namedtuple when loading 2015-11-13 10:16:52 +01:00
Richard Hartmann
3656b9997f bigfix in python2 variant of 'open', added return value 2015-11-12 23:54:56 +01:00
Richard Hartmann
d108365422 restore bin foot print via list of classes 2015-11-12 23:54:10 +01:00
cimatosa
9e89cfa3e1 save 2015-11-12 14:12:24 +01:00
cimatosa
4e81fbdbe5 changed to pass pytest 2015-11-12 14:08:00 +01:00