qinling/qinling/api/controllers/v1
Lingxian Kong 20cd1438fb Add expiry handler for function service
When a package function is executed, a service url is cached so it's
faster when function is executed again. But this will lead to problem
if function is never executed for a long time.

This patch add an expiry machanism which will release resources in
orchestration platform.

Change-Id: I754ebe314d87f6d7c194d9b9c061316f7ba74245
2017-05-22 23:22:34 +12:00
..
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
execution.py Add expiry handler for function service 2017-05-22 23:22:34 +12:00
function.py Add expiry handler for function service 2017-05-22 23:22:34 +12:00
resources.py Add expiry handler for function service 2017-05-22 23:22:34 +12:00
root.py Complete basic workflow(Finally!) 2017-05-12 12:00:19 +12:00
runtime.py Complete basic workflow(Finally!) 2017-05-12 12:00:19 +12:00
types.py Initial API code structure 2017-04-14 15:24:02 +12:00