Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // RevokeJobsChangeset revokes job proposals with the given jobIDs through JD. It can only be used when // each proposal is in the proposed or cancelled state in JD. RevokeJobsChangeset = cldf.CreateChangeSet(revokeJobsLogic, revokeJobsPrecondition) // DeleteJobsChangeset sends a delete request to the node where each job is running and marks them as deleted in Job Distributor. // If the node is not connected or the delete request fails, the deletion process is halted. // Nodes are expected to cancel the job once the request is sent by JD. DeleteJobsChangeset = cldf.CreateChangeSet(deleteJobsLogic, deleteJobsPrecondition) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.