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

Formalize function call API #136

Closed
erwinvaneyk opened this issue Apr 17, 2018 · 1 comment
Closed

Formalize function call API #136

erwinvaneyk opened this issue Apr 17, 2018 · 1 comment

Comments

@erwinvaneyk
Copy link
Member

Currently Fission Workflows relies directly on the internal executor API to execute functions. We want to avoid this usage of the internal APIs, as these executor and other APIs should not be dependent on.

For this reason we need a clear function call API (which in some sense now exists implicitly in the fission-function/* path of the router). In the future this API could be used to call a specific version of a function in order to make workflows more robust to frequently changing functions.

cc @soamvasani

@erwinvaneyk
Copy link
Member Author

Wrong repo, see fission/fission#632

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant