Skip to content

Commit

Permalink
Update proto/proto-backplane-grpc/src/main/proto/deephaven_core/proto…
Browse files Browse the repository at this point in the history
…/console.proto

Co-authored-by: Charles P. Wright <[email protected]>
  • Loading branch information
abaranec and cpwright authored Jan 7, 2025
1 parent 697df1b commit 5525a5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ message ExecuteCommandRequest {
string code = 3;

// If set to `EXECUTE_SYSTEMIC` the command will be executed systemically. Failures in systemic code
// are treated as important failures and cause the server to shut down.
// are treated as important failures and cause errors to be reported to the io.deephaven.engine.table.impl.util.AsyncClientErrorNotifier.
// If this is unset it is treated as `EXECUTE_NOT_SYSTEMIC`
optional SystemicType systemic = 4;
}
Expand Down

0 comments on commit 5525a5e

Please sign in to comment.