Skip to content

Commit

Permalink
client: mark the remote_task hook as deprecated. (#24505)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell authored Nov 20, 2024
1 parent 25cc492 commit beb4097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/allocrunner/taskrunner/remotetask_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ var _ interfaces.TaskPrestartHook = (*remoteTaskHook)(nil)
var _ interfaces.TaskPreKillHook = (*remoteTaskHook)(nil)

// remoteTaskHook reattaches to remotely executing tasks.
// Deprecated: remote tasks drivers are no longer developed or supported.
type remoteTaskHook struct {
tr *TaskRunner

Expand Down

0 comments on commit beb4097

Please sign in to comment.