[In-progress] New scheduling components
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
## Enhancement Description
This proposes a new scheduler to address performance issues in OpenWhisk.
It schedules containers rather than function requests so that maximize the container reuse and minimize the container operations.
* Proposal: [A new scheduler](https://github.com/apache/openwhisk/pull/4921)
## References
* [Autonomous Container Scheduling v1(Deprecated)](https://cwiki.apache.org/confluence/display/OPENWHISK/Autonomous+Container+Scheduling+v1)
* [Autonoumous Container Scheduler v2(Deprecated)](https://cwiki.apache.org/confluence/display/OPENWHISK/Autonomous+Container+Scheduler+v2)
* [FPCScheduler](https://cwiki.apache.org/confluence/display/OPENWHISK/New+architecture+proposal)
Contributor guide
Assessment
This issue has not been assessed yet.