-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Route invoke requests through planner (#330)
* wip * nits: run clang-format and fix basic endpoint test * tests: add more coverage * utils: move batch utils to different source file * util: fix compilation errors after moving batchExec to a different header file * tests: add more test coverage * more groundwork * tests: improve coverage * tests: small fix w/ scheduler * scheduler: clear clients upon scheduler reset * scheduler: also clear-up this host used slots * dist-tests: actually use separate planner * planner: move logging to trace * gh: bump code version * tmp fixes * nits * endpoint: add a test for endpoint * scheduler: make sure we set the timestamp for the first BER message too
- Loading branch information
1 parent
9b90d3f
commit fa0d07d
Showing
22 changed files
with
632 additions
and
560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FAABRIC_VERSION=0.4.5 | ||
FAABRIC_CLI_IMAGE=faasm.azurecr.io/faabric:0.4.5 | ||
FAABRIC_VERSION=0.4.6 | ||
FAABRIC_CLI_IMAGE=faasm.azurecr.io/faabric:0.4.6 | ||
COMPOSE_PROJECT_NAME=faabric-dev | ||
CONAN_CACHE_MOUNT_SOURCE=./conan-cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.4.5 | ||
0.4.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.