-
Notifications
You must be signed in to change notification settings - Fork 44
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
Remove "sys" from trigger data from host => language worker #317
Comments
Transferred issue here. If possible please assign it to next sprint. Thanks! |
Yes, for this change, we should add query/headers from the request body sent. Then we'll be able to reapply my http extension changes to omit these from the payload. As you mention, we'll also remove the "sys" node. |
hey @mathewc - sorry I missed your note there! :( These both will let us remove "query" and "headers" from trigger metadata that gets passed over |
Currently, we pass data like "sys" (and for HTTP, "query" and "headers". However values in "sys" in particular are not RPC-friendly and we should avoid passing those values if we can.
Node.js worker is the only worker that we manage that exposes these values to end-users.
The text was updated successfully, but these errors were encountered: