henry3260 commented on code in PR #73549:
URL: https://github.com/apache/airflow/pull/73549#discussion_r4079527050


##########
go-sdk/airflow/bundle.go:
##########
@@ -86,17 +87,33 @@ type taskHandlerMap struct {
        mu       sync.RWMutex
        handlers map[string]map[string]bundle.Task
        order    []bundle.TaskHandlerInfo
+       closed   bool

Review Comment:
   One thing while we are here `Bundle` in #71188 gained `register` and a 
mutable `dags`, so Java can register after `serve` too, and I could not find an 
equivalent check there. but the two SDKs probably want the same shape?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to