Releases: DarkEnergySurvey/ProcessingFW
Releases · DarkEnergySurvey/ProcessingFW
Services File Transfer Test 2
fixed bug in sed statement
Service File Transfer Test
serviceFileTest make sure to replace in place
Condor 9 log parsing update
The pfwcondor.py code can now parse the new log format from condor 9.
Fixed pfwemail.py bug
Fixed subprocess bug in pfwemail.py. It now returns a string instead of bytes. Also reformatted code to use with open
statements.
Fixed missing variable default value
3.0.9 added default value for variable
Changed multiprocessing to use 'spawn'
3.0.8 changed mutiprocessing to use spawn rather than fork
exposed worker reuse as a wcl variable
3.0.7 Merge branch 'exposeReuseVariable'
Further reduced worker reuse
3.0.6 reduced the worker reuse to 1 and added logging
Reduced maxtasksperchild
Reduced the value of maxtasksperchild in the multiprocessing to try and prevent hangs
Bug fix for bad debug redirect
3.0.4 fixed bug in debug redirect