Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
skeeey committed Dec 9, 2024
1 parent 37ce92a commit 5a68b3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/maestro/server/pulse_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,9 @@ func handleStatusUpdate(ctx context.Context, resource *api.Resource, resourceSer

// if the resource has been deleted from agent, create status event and delete it from maestro
if meta.IsStatusConditionTrue(statusPayload.Conditions, common.ManifestsDeleted) {
println("===========")
println("found payload")
println(found.Payload)

_, sErr := statusEventService.Create(ctx, &api.StatusEvent{
ResourceID: resource.ID,
ResourceSource: resource.Source,
Expand Down

0 comments on commit 5a68b3f

Please sign in to comment.