You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Prism runner needs to respond to when a PipelineResult.State::isTerminal before gracefully shutting down various resources. The output of this task is a State Publisher that notifies registered listeners of a change to PipelineResult.State. To achieve this, it relies on the rpc GetStateStream (GetJobStateRequest) returns (stream JobStateEvent); of job_management/v1/beam_job_api.proto.
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered:
What needs to happen?
The Prism runner needs to respond to when a PipelineResult.State::isTerminal before gracefully shutting down various resources. The output of this task is a State Publisher that notifies registered listeners of a change to PipelineResult.State. To achieve this, it relies on the
rpc GetStateStream (GetJobStateRequest) returns (stream JobStateEvent);
of job_management/v1/beam_job_api.proto.Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
The text was updated successfully, but these errors were encountered: