All Products
Search
Document Center

SchedulerX:SchedulerX SDK for Go

Last Updated:Apr 10, 2024

This topic describes the new features, optimized features, and known issues that are fixed for SchedulerX SDK for Go and provides links to the relevant references. This helps you understand the updates of SchedulerX SDK for Go.

Release notes

2024-03-25, V1.0.0

Feature

Type

Description

References

Custom port

New feature

Custom Remote Procedure Call (RPC) ports are supported.

Connect a Golang application to SchedulerX by using SDKs

Custom NIC

New feature

Custom names for network interface controllers (NICs) are supported. If you have multiple NICs, you can obtain the IP address of a specific NIC by its name.

Map job and JobContext

Fixed issue

  • The following issue is fixed: Map jobs on multiple nodes cannot be interconnected.

  • The following issue is fixed: A panic error caused by nil occurs when you use JobContext.

None

2024-03-08, V0.0.4

Feature

Type

Description

References

Job execution mode

New feature

MapReduce jobs are supported.

Golang jobs

2023-12-14, V0.0.2

Feature

Type

Description

References

Job execution mode

New feature

Broadcast jobs are supported.

Golang jobs

2023-10-23, V0.0.1

Feature

Type

Description

References

SDK for Go

New feature

You can use SDK for Golang to connect Golang applications to SchedulerX. This way, you can schedule the Processor interface on a regular basis. The current SDK version supports only standalone jobs. Distributed jobs will be supported in later versions.