Skip to content

Commit

Permalink
forgot handle func and change registerjob channel
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed May 3, 2024
1 parent b59d996 commit fcd0304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/neptune/temporalworker/job/noop_stream_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func (n *NoopStreamHandler) CloseJob(ctx context.Context, jobID string) error {
}

func (n *NoopStreamHandler) CleanUp(ctx context.Context) error {
n.wg.Wait()
return nil
}

Expand Down

0 comments on commit fcd0304

Please sign in to comment.