Skip to content

Commit

Permalink
client: mark the remote_task hook as deprecated (#24515)
Browse files Browse the repository at this point in the history
Co-authored-by: James Rasell <[email protected]>
  • Loading branch information
hc-github-team-nomad-core and jrasell authored Nov 20, 2024
1 parent 8ab5b75 commit e405392
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 e405392

Please sign in to comment.