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

Fix missing body in async function execution #6988

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

shimonewman
Copy link
Contributor

@shimonewman shimonewman commented Oct 23, 2023

Fix a bug in which the body was not populated for async function executions.

@stnguyen90 stnguyen90 changed the title fix function-worker body param typo Fix missing body in async function execution Oct 23, 2023
@stnguyen90
Copy link
Contributor

Create execution with async = true includes global variables, function variables, headers, and body.

image

Scheduled execution includes global variables and function variables:

image

Execution triggered by event includes global variables, function variables, headers, raw body, and body:

image

@christyjacob4 christyjacob4 merged commit ce8c7e1 into 1.4.x Oct 23, 2023
2 checks passed
@christyjacob4 christyjacob4 deleted the fix-functions-worker branch October 23, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants