style95 opened a new pull request #4983: URL: https://github.com/apache/openwhisk/pull/4983
## Description This is the first change to add the new scheduler component. A series of subsequent PRs would be opened by me and my team members. We will add the "scheduler" label and `[New scheduler]` prefix in the title of PRs. Please refer to the issue for more information and discussion history. You may find this useful as well: [new scheduler design](https://cwiki.apache.org/confluence/display/OPENWHISK/New+architecture+proposal) JFYI, this scheduler is running in production in Naver. There are many "TODO"s in this PR. As we agreed to incrementally merge PRs along with temporal commits, I left many parts of the original codes as "TODO". I wanted to give some hints to reviewers about how it would be working. ## Related issue and scope - [x] I opened an issue to propose and discuss this change (#4922) ## My changes affect the following components - [ ] API - [ ] Controller - [ ] Message Bus (e.g., Kafka) - [ ] Loadbalancer - [ ] Invoker - [ ] Intrinsic actions (e.g., sequences, conductors) - [ ] Data stores (e.g., CouchDB) - [ ] Tests - [ ] Deployment - [ ] CLI - [ ] General tooling - [ ] Documentation ## Types of changes - [ ] Bug fix (generally a non-breaking change which closes an issue). - [x] Enhancement or new feature (adds new functionality). - [ ] Breaking change (a bug fix or enhancement which changes existing behavior). ## Checklist: <!--- Please review the points below which help you make sure you've covered all aspects of the change you're making. --> - [x] I signed an [Apache CLA](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md). - [x] I reviewed the [style guides](https://github.com/apache/openwhisk/wiki/Contributing:-Git-guidelines#code-readiness) and followed the recommendations (Travis CI will check :). - [ ] I added tests to cover my changes. - [ ] My changes require further changes to the documentation. - [ ] I updated the documentation where necessary. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
