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

What the system functions do #3

Open
dgks0n opened this issue Sep 14, 2024 · 2 comments
Open

What the system functions do #3

dgks0n opened this issue Sep 14, 2024 · 2 comments

Comments

@dgks0n
Copy link

dgks0n commented Sep 14, 2024

Hi there~

I saw that get_functions call the settings.QFAAS_URL + "/system/functions".
I wonder why don't get all created functions from DB instead call to API? In addition, what is value for QFAAS_URL should I use?
Would you please describe more further?

@dgks0n
Copy link
Author

dgks0n commented Sep 15, 2024

It seems like qfaas calls some system API to do some work like create new function, invoke, etc. Thanks

@hoaiocom
Copy link
Member

Hi Son,
The current PoC implementation of QFaaS is built on top of OpenFaaS, and /system/functions is one of the OpenFaaS API to retrieve lists of actual deployed functions in the cluster. You may check out their docs here: https://docs.openfaas.com/reference/rest-api/
QFAAS_URL is the gateway URL of OpenFaaS, which can be specified in the .env file.

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

2 participants