Tue, 07 Jan 2025 10:39:53 CST | login

Information for build golang-github-nozzle-throttler-1.1-1.ocs23

ID18847
Package Namegolang-github-nozzle-throttler
Version1.1
Release1.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-nozzle-throttler.git?.#88c3b5b0492a592c2720a780b5cef54f58d8659b
SummaryThrottler - intelligent WaitGroups
Description Throttler fills the gap between sync.WaitGroup and manually monitoring your goroutines with channels. The API is almost identical to Wait Groups, but it allows you to set a max number of workers that can be running simultaneously. It uses channels internally to block until a job completes by calling Done() or until all jobs have been completed. It also provides a built in error channel that captures your goroutine errors and provides access to them as []error after you exit the loop.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 26 Aug 2024 14:57:14 CST
CompletedMon, 26 Aug 2024 14:59:30 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/golang-github-nozzle-throttler.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-nozzle-throttler.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
golang-github-nozzle-throttler-1.1-1.ocs23.src.rpm (info) (download)
noarch
golang-github-nozzle-throttler-devel-1.1-1.ocs23.noarch.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build