mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
resume any batch jobs in a goroutine (#20035)
Bonus: move batch job initialization to the last item after all other initialization,
allowing for faster startup time for different subsystems.
This commit is contained in:
2
Makefile
2
Makefile
@@ -34,7 +34,9 @@ verifiers: lint check-gen
|
||||
|
||||
check-gen: ## check for updated autogenerated files
|
||||
@go generate ./... >/dev/null
|
||||
@go mod tidy -compat=1.21
|
||||
@(! git diff --name-only | grep '_gen.go$$') || (echo "Non-committed changes in auto-generated code is detected, please commit them to proceed." && false)
|
||||
@(! git diff --name-only | grep 'go.sum') || (echo "Non-committed changes in auto-generated go.sum is detected, please commit them to proceed." && false)
|
||||
|
||||
lint: getdeps ## runs golangci-lint suite of linters
|
||||
@echo "Running $@ check"
|
||||
|
||||
Reference in New Issue
Block a user