spcl/serverless-benchmarks

Support perf-cost experiment for local backend

開放

#119 建立於 2023年2月20日

 (29 則留言) (0 個反應) (0 位負責人)Python (99 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (196 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

The local backend that deploys functions in Docker containers on the user machine has been developed for testing purposes. However, our users want to use this backend for invocations and experiments, and we should also support this. Currently, the local backend does not have the full functionality of a FaaS platform.

  • Implement missing parts of the faas.System interface.
  • Add HTTP triggers.
  • Support cold invocations with container restart.
  • Add limits on the number of parallel containers to avoid too much CPU and memory overhead.

貢獻者指南