We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ad2ea commit 696359aCopy full SHA for 696359a
README.md
@@ -125,3 +125,6 @@ curl --location --request POST 'http://localhost:8888' \
125
- https://github.com/pjabadesco/taskqueue-http
126
- https://www.youtube.com/watch?v=mcX_4EvYka4
127
- https://github.com/veryacademy/YT_FastAPI_Celery_Redis_Flower_Introduction
128
+
129
+## KNATIVE
130
+- https://www.youtube.com/watch?v=yAYvqB9hRU8
misc.md
@@ -11,4 +11,5 @@ pip3 install orjson
11
pip3 freeze > requirements.txt
12
python3 ./app.py
13
uvicorn main:app --host 0.0.0.0 --port 8001
14
-```
+```
15
0 commit comments