Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fixed types
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <daniel@union.ai>
  • Loading branch information
hamersaw committed Oct 11, 2022
1 parent 75ff73a commit d0014cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protos/flyteidl/service/signal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import "protoc-gen-swagger/options/annotations.proto";
service SignalService {
// Fetches or creates a :ref:`ref_flyteidl.admin.Signal`.
rpc GetOrCreateSignal (flyteidl.admin.SignalGetOrCreateRequest) returns (flyteidl.admin.Signal) {
// Purposfully left out an HTTP API for this RPC call. This is meant to idempotently retrieve
// a signal, meaining the first call will create the signal and all subsequent calls will
// Purposefully left out an HTTP API for this RPC call. This is meant to idempotently retrieve
// a signal, meaning the first call will create the signal and all subsequent calls will
// fetch the existing signal. This is only useful during Flyte Workflow execution and therefore
// is not exposed to mitigate unintended behavior.
option (grpc.gateway.protoc_gen_swagger.options.openapiv2_operation) = {
Expand Down

0 comments on commit d0014cc

Please sign in to comment.