changesets

package
v0.0.0-...-0ce3f74 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 4 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL