Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Async flow function #1760

Closed
brynn-code opened this issue Jan 17, 2024 Discussed in #1581 · 2 comments
Closed

Support Async flow function #1760

brynn-code opened this issue Jan 17, 2024 Discussed in #1581 · 2 comments
Assignees
Labels
enhancement New feature or request no-recent-activity There has been no recent activity on this issue/pull request

Comments

@brynn-code
Copy link
Contributor

Discussed in #1581

Originally posted by punitarani December 23, 2023
I have created a flow and loaded it as a function similar to get-started/flow-as-function.

f = load_flow(...)
output = f(input=input)

Is there a way to load flow as an async function?

I want to run multiple flows in parallel and asynchronously.

output = await f(input=input)

Is this possible?

@brynn-code brynn-code added the enhancement New feature or request label Jan 17, 2024
Copy link

Hi, we're sending this friendly reminder because we haven't heard back from you in 30 days. We need more information about this issue to help address it. Please be sure to give us your input. If we don't hear back from you within 7 days of this comment, the issue will be automatically closed. Thank you!

@github-actions github-actions bot added the no-recent-activity There has been no recent activity on this issue/pull request label Feb 16, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 23, 2024
@sashokbg
Copy link
Contributor

Hello, I am also interested in this feature. We are developping a "batch" mode and we would like to run multiple flow functions in parallel. Is this possible ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no-recent-activity There has been no recent activity on this issue/pull request
Projects
None yet
Development

No branches or pull requests

3 participants