Skip to content

Provide original function name in callback #82

@ewilde

Description

@ewilde

The callback currently contains the following meta-data from the original invocation:

Header Description
X-Call-Id The original function call's tracing UUID
X-Duration-Seconds Time taken in seconds to execute the original function call
X-Function-Status HTTP status code returned by the original function call

I am proposing that we add the original function name as well

Header Description
X-Function-Name The original function name that was invoked

Use case

With this extra piece of meta-data people can design their own back-off / retry / eventual consistency systems, without the need to modify any core OpenFaaS components

Consider this design now enabled by the extra field

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions