-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making the executors only run functions of specified compute graphs. The functions are specified as `indexify-cli executor --function <namespace>:<workflow>:<compute_func>:<version> --function ...`. The allowlist is used with Executors in production setups. E.g. only run a certain function in a Kubernetes POD with an Executor. This is a default production setup because each function has different resource usage and it’s easier to size containers per function. Same with other container configs like secrets, roles, volumes. `indexify-cli executor --dev` mode is still present. It makes server try to run any function on the executor. This is convenient for development of Indexify and for integration testing. Co-authored-by: Diptanu Gon Choudhury <[email protected]> Co-authored-by: Eugene Batalov <[email protected]>
- Loading branch information
Showing
12 changed files
with
144 additions
and
226 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
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
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.