abhishekmjain commented on code in PR #4076:
URL: https://github.com/apache/gobblin/pull/4076#discussion_r1843218007


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/Orchestrator.java:
##########
@@ -133,6 +139,25 @@ public AddSpecResponse onAddSpec(Spec addedSpec) {
     return new AddSpecResponse<>(null);
   }

Review Comment:
   Just an FYI, this also gets called during updating a flow. But since we have 
a condition of checking the flow is scheduled or not and we don't expect users 
to update an adhoc flow, we should be fine.



-- 
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