Releases: globus/globus-compute
Releases · globus/globus-compute
2.26.0
2.22.0
What's Changed
- Build SDK as well as endpoint wheel for packaging by @khk-globus in #1576
- Updating Midway config to use GCE by @yadudoc in #1577
- Support for setting working_dir and sandboxing in
GlobusComputeEngine
by @yadudoc in #1543 - Document the changed default AMQP port value by @chris-janidlo in #1580
- Remove no-longer needed code by @khk-globus in #1581
- Teach UEP configuration
debug
flag by @khk-globus in #1582 - Log anonymous configuration in debug by @khk-globus in #1584
Full Changelog: 2.21.0...2.22.0
2.19.0
2.18.1
Bug Fixes
- Fixed a bug that caused endpoints using the old
HighThroughputExecutor
to fail silently.
2.18.0
New Functionality
- Added
GLOBUS_COMPUTE_CLIENT_ID
andGLOBUS_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 inendpoint.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
andFUNCX_SDK_CLIENT_SECRET
have been deprecated in favor of theirGLOBUS_COMPUTE_*
cousins.
Changed
GlobusComputeEngine
'sstrategy
kwarg now only acceptsstr
, valid options are{'none', 'simple'}
wheresimple
is the default.- The maximum duration that workers are allowed to idle when using
GlobusComputeEngine
can now be configured with the new kwargmax_idletime
which accepts a float and defaults to 120s.
2.15.0
v2.15.0
What's Changed
- Support
max_workers_per_node
attr for GCEngine by @rjmello in #1472 - Bump globus-identity-mapper to 0.3.0 by @khk-globus in #1477
- Two dependency updates by @khk-globus in #1478
- Do not escape containerized launch command by @rjmello in #1480
- Ensure parsl logs propagate by @rjmello in #1481
- Bump parsl pinned version to 2023.3.4 by @yadudoc in #1483
- Remove
max_workers
rename in GCEngine by @rjmello in #1484
Full Changelog: v2.14.0...2.15.0
2.14.0
2.9.0
v2.9.0