umustafi commented on PR #3783: URL: https://github.com/apache/gobblin/pull/3783#issuecomment-1729941924
> What would the behavior be when there are concurrent flows with the same flow group and flow name? Is there a hard line not to support this behavior? Good question, this will still allow concurrent flow actions with the same flow group and flow name. We consolidate flow launches that are within `epsilon` as they are not considered unique, but this doesn't limit multiple flows from running at same time. If we complete the launch and one flow is running, we can still launch another. -- 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]
