-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workers flag to
validate input
command
This commit reworks the concurrency model of `validate input` to be like that found in `validate image`. This commit adds a `--workers` flag, with a default of 5 that can be used to configure how many simultaneous fetches occur. This avoids situations where validating multiple input files can trigger HTTP 429 errors. Signed-off-by: robnester-rh <[email protected]>
- Loading branch information
1 parent
b7fb577
commit 7987753
Showing
2 changed files
with
333 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
Oops, something went wrong.