DH API 5.0.45530.3
Overview
- Release Date: August 26, 2024
- Previous Release Version: DH API-5.0.45498.2
Changes
OrchestratorServices
- #300 Added load balancing feature
- Currently, if a executor runs its maximum number of process and a new process calls the same executor the process get stayed in queued till the executor becomes available.
- Load balancing feature checks for the available executor on the same pool which is in active state and can run another process, and assign the executor to the process.
- #435 Updated get batches api to list batches in alphabetical order
- Ordered batches by name, therefore get batches api will list batches in alphabetical order.
Program Details
# | Program | Current Version | Breakin Changes | Changes | Fixes | Deprecated Features |
---|---|---|---|---|---|---|
1 | OrchestratorServices | 5.0.2 | N/A | Added load balancing feature | N/A | N/A |
2 | OrchestratorServices | 5.0.2 | N/A | Updated get batches api to list batches in alphabetical order | N/A | N/A |