spcl/serverless-benchmarks

Support perf-cost experiment for local backend

Open

#119 opened on Feb 20, 2023

View on GitHub
 (29 comments) (0 reactions) (0 assignees)Python (99 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (196 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide