-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Aisha M <[email protected]> ExecConfig and PluginConfig added fix: fix broken test Signed-off-by: Andrew Lilley Brinker <[email protected]> Config parsing enabled Code cleanup Exec Config added to CLI Signed-off-by: Aisha M <[email protected]> feat: allow file-based executor config Signed-off-by: Aisha M <[email protected]> Code cleanup Signed-off-by: Aisha M <[email protected]>
- Loading branch information
Showing
9 changed files
with
614 additions
and
20 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
plugin { | ||
backoff-interval 100000 | ||
max-spawn-attempts 5 | ||
max-conn-attempts 5 | ||
jitter-percent 10 | ||
grpc-msg-buffer-size 10 | ||
} |
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.