Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Rash <[email protected]>
  • Loading branch information
jordan-rash committed Nov 22, 2024
1 parent bfb92d7 commit 5849f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/nodecontrol/clone-workload-response.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "io.nats.nex.v2.clone_workload_request",
"$id": "io.nats.nex.v2.clone_workload_response",
"title": "CloneWorkloadResponse",
"type": "object",
"properties": {
Expand Down
2 changes: 1 addition & 1 deletion node/internal/actors/direct_start_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (a *DirectStartAgent) Receive(ctx *goakt.ReceiveContext) {
RunningWorkloads: runningWorkloads,
})
case *actorproto.GetRunRequest:
a.logger.Debug("QueryWorkloads received", slog.String("name", ctx.Self().Name()))
a.logger.Debug("GetRunRequest received", slog.String("name", ctx.Self().Name()))
rr, ok := a.runRequest[m.WorkloadId]
if !ok {
return
Expand Down

0 comments on commit 5849f9b

Please sign in to comment.