Skip to content

clustermq 0.9.0

Compare
Choose a tag to compare
@mschubert mschubert released this 23 Sep 23:20
· 177 commits to master since this release

Features

  • Reuse of common data is now supported (#154)
  • Jobs now error instead of stalling upon unexpected worker disconnect (#150)
  • Workers now error if they can not establish a connection within a time limit
  • Error if n_jobs and max_calls_worker provide insufficient call slots (#258)
  • Request 1 GB by default in SGE template (#298) @nickholway
  • Error and warning summary now orders by index and severity (#304)
  • A call can have multiple warnings forwarded, not only last

Bugfix

  • Fix bug where max memory reporting by gc() may be in different column (#240)
  • Fix passing numerical job_id to qdel in PBS (#265)
  • The job port/id pool is now used properly upon binding failure (#270) @luwidmer
  • Common data size warning is now only displayed when exceeding limits (#287)

Internal

  • Complete rewrite of the worker API
  • We no longer depend on the purrr package