Releases: MG-RAST/AWE
Releases · MG-RAST/AWE
v0.9.48
- golang 1.7.6
- overhaul / locking on initialization of task.Partition (multi-workunits)
- fix worker download of parts Inputs
- cache shock node indexinfo with io struct
- handle slow processing of completed work
- error handling updates
- new state FAILED_PERMANENT introduced
- awe-worker can execute cwl-runner
- added test for special exit code 42
- remove deprecated code
- cleanup and optimize job and task set functions
- add job.Error struct
- fix job suspension logic
v0.9.46
- update shock struct
- fix missing output file check
v0.9.45
- golang 1.7.4
- more bug fixes
- now: awe-worker
- alpha cwl support
v0.9.43
- lots of bug fixes
- lots of locking
- globus auth fix
various bug fixes to improve bookkeeping
improved workunit handling
better sync between in-memory and mongo
v0.9.33: Merge pull request #501 from wgerlach/master
0.9.31: Merge pull request #496 from paczian/master
Improved locking and bookkeeping
v0.9.30
- golang 1.7.1
- removed duplicate uuid vendor library
- more GET /client query options
- /client?group=[clientgroup name]
- /client?status=[client status]
- /client?app=[app in list]
- added GET /queue?clientgroup
- return list of running jobs for that clientgroup
- added /logger resource
- /logger?debug=N - PUT debug level
- /logger?debug - GET debug level
- /logger?event - GET event code descriptions
- removed unneeded / unused jid from job document and codebase (servermgr handle)
- workunit log cleanup - delete on task reset
- add server and client config option '--logoutput' to set output logs to file or console, or both
v0.9.29
- vendor path changes for golang 1.6 support
- docker file updates
- alpha base image
- golang 1.6.3
v0.9.27
- improved log / error messages
- added 'report' option to job GET, returns a summary of job with stdout, stderr, and worknotes for each workunit ran
- changed max jid to be stored in mongodb and not on filesystem
- this is backwards compatible, will use jid on filesystem for first time if no value is in mongodb