qinling/qinling/engine
Jiangyuan e886447d29 Runtime implementation for non-image type function.
Using 'cgroup' in runtime server to limit cpu and memory resources.

Each pod in deployment will has respective 'cgroup' directory on host.
Under '/sys/fs/cgroup/xx/kubepods/<qos_class>/pod<uid>' directory, use
HOSTNAME to create a new cgroup folder, which will only be used to
limit function execution. Then we do not need to care about how and
when to delete this new folder on host.

Use 'openstackqinling/python-runtime:0.0.3' as the new python runtime
image.

Story: 2001586
Task: 14415
Change-Id: Id04a72c4f4a3c559dc7c746688b13ef93656d125
2018-06-07 10:19:42 +12:00
..
__init__.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00
default_engine.py Runtime implementation for non-image type function. 2018-06-07 10:19:42 +12:00
service.py Support webhook 2018-01-13 22:50:47 +13:00
utils.py Runtime implementation for non-image type function. 2018-06-07 10:19:42 +12:00