feat: enable HTTP function trigger async functions by webup ยท Pull Request #10 ยท OpenFunction/functions-framework-nodejs

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@webup

Copy link

Collaborator

@webup webup commented

May 15, 2022

Resolves #6

  • Enable Knative invoke async
  • Refine e2e and conformance tests
  • Update README and API docs

@auto-assign auto-assign bot requested a review from benjaminhuo

May 15, 2022 08:41

webup added 4 commits

May 15, 2022 16:59
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>

@webup webup force-pushed the feature/sync-trigger-async branch from f875712 to 63b7b79 Compare

May 15, 2022 09:05

@webup

Copy link

Collaborator Author

webup commented

May 15, 2022

@benjaminhuo please help check whether the tryKnativeAsync sample in README is correct, thanks.

webup added 3 commits

May 16, 2022 21:25
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>
Signed-off-by: Haili Zhang <haili.zhang@outlook.com>

@webup

Copy link

Collaborator Author

webup commented

May 17, 2022

@benjaminhuo please help review latest updates, many thanks.

benjaminhuo reacted with thumbs up emoji

@webup webup merged commit 5eceefd into master

May 18, 2022

@webup webup deleted the feature/sync-trigger-async branch

May 18, 2022 06:03

@webup webup added the type: feature

New feature or request

label

May 18, 2022
ctx.setTrigger(req, res);

Promise.resolve()
.then(() => userFunction(ctx, req.body))
Copy link

Member

@benjaminhuo benjaminhuo

May 18, 2022

โ€ข

edited

Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for my late response, basically the new signature refactoring looks good.
One more thing, I think go ff's handling of function output and return error is more reasonable.
What if send fails? Here're more refs:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@benjaminhuo benjaminhuo benjaminhuo left review comments

Assignees

@webup webup

Labels

type: feature

New feature or request

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Enable HTTP triggers for asynchronous functions

2 participants

@webup @benjaminhuo