We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b6269 commit fb87fceCopy full SHA for fb87fce
1 file changed
gateway/controller/cancel.go
@@ -44,6 +44,8 @@ func (c *CancelController) Cancel(ctx context.Context, req *pb.CancelRequest) (*
44
45
sqid := req.Sqid
46
47
+ // TODO: Insert the request to the event store
48
+
49
if err := c.publishToQueue(ctx, sqid); err != nil {
50
c.logger.Errorw("failed to publish cancel request to queue",
51
"sqid", sqid,
0 commit comments