Skip to content

Releases: globus/globus-compute

2.19.0

25 Apr 18:50
d779b69
Compare
Choose a tag to compare

What's Changed

  • Expand pyzmq supported versions to <27.0.0 by @rjmello in #1528
  • Raise error for incompatible engine and strategy by @rjmello in #1540

2.18.1

11 Apr 19:44
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug that caused endpoints using the old HighThroughputExecutor to fail silently.

2.18.0

10 Apr 17:18
Compare
Choose a tag to compare

New Functionality

  • Added GLOBUS_COMPUTE_CLIENT_ID and GLOBUS_COMPUTE_CLIENT_SECRET environment variables to configure client logins.

Bug Fixes

  • Fixed a bug in GlobusComputeEngine where a faulty endpoint-config could result in the endpoint repeatedly submitting jobs to the batch scheduler. The endpoint will not shut down, reporting the root cause in endpoint.log
  • Fixed bug where GlobusComputeEngine lost track of submitted jobs that failed to have workers connect back. The endpoint will now report a fault if multiple jobs have failed to connect back and shutdown, tasks submitted to the endpoint will return an exception.

Deprecated

  • FUNCX_SDK_CLIENT_ID and FUNCX_SDK_CLIENT_SECRET have been deprecated in favor of their GLOBUS_COMPUTE_* cousins.

Changed

  • GlobusComputeEngine's strategy kwarg now only accepts str, valid options are {'none', 'simple'} where simple is the default.
  • The maximum duration that workers are allowed to idle when using GlobusComputeEngine can now be configured with the new kwarg max_idletime which accepts a float and defaults to 120s.

2.15.0

13 Mar 20:40
2.15.0
Compare
Choose a tag to compare

v2.15.0

What's Changed

Full Changelog: v2.14.0...2.15.0

2.14.0

29 Feb 18:59
Compare
Choose a tag to compare

v2.14.0

2.9.0

15 Dec 18:32
Compare
Choose a tag to compare

v2.9.0

2.5.0

12 Oct 20:59
2.5.0
Compare
Choose a tag to compare

v2.5.0

2.3.1

17 Aug 16:03
2.3.1
Compare
Choose a tag to compare
v2.3.1

2.3.0

17 Aug 16:03
2.3.0
Compare
Choose a tag to compare
v2.3.0

2.1.0

08 Jun 13:43
Compare
Choose a tag to compare
Bump versions and changelog for release