v6.2.0
New features:
- Sort alternative matching VM setups by number of failures and prefer those that work best
- Support auto-shutdown timeout less than 1 minute
Bug fixes:
- Only shutdown if timeout has been reached for all local agents
- Fixed a bug where concurrent calls to
lookup
andlookupOrphans
could lead to a process chain being scheduled multiple times - Make sure message about left agent is always published across the cluster
- Do not run multiple sync operations at the same time in cloud manager
- Never consider an agent idle if it is currently executing a process chain. This prevents the agent from being marked as idle if there was a clock jump on the system and the busy timer was not reset. Without this fix, it could happen that, for example, with a busy timeout of 1m and a clock jump of more than 1m, the agent was marked as idle even though there was still a process chain being executed.
Maintenance:
- Update dependencies