Skip to content

Version 0.12.2

Compare
Choose a tag to compare
@dan-blanchard dan-blanchard released this 25 Feb 20:28
· 98 commits to master since this release

Just fixed a couple minor issues.

  • exception is now the properly set as the cause of death when a job encounters an exception.
  • Fixed a potential memory leak in the qmaster process caused by not cleaning up job info as recommended in the DRMAA Python documentation.
  • Changed default session_id in JobMonitor to None to be more Pythonic, instead of -1 like it was before.