Skip to content

Add v2 implementation of repeater with strategies and tests #1

Add v2 implementation of repeater with strategies and tests

Add v2 implementation of repeater with strategies and tests #1

Triggered via push February 15, 2025 06:19
Status Failure
Total duration 1m 21s
Artifacts

ci-v2.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
build
Cannot open: File exists
build
Cannot open: File exists
build
Cannot open: File exists
build
Cannot open: File exists
build
Cannot open: File exists
build
Cannot open: File exists
build
Cannot open: File exists
build
Cannot open: File exists
build
Cannot open: File exists
build
Cannot open: File exists
build
Restore cache failed: Dependencies file is not found in /home/runner/work/repeater/repeater. Supported file pattern: go.sum
build
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
build: v2/strategy.go#L52
unexported-return: exported func WithMaxDelay returns unexported type repeater.backoffOption, which can be annoying to use (revive)
build: v2/strategy.go#L59
unexported-return: exported func WithBackoffType returns unexported type repeater.backoffOption, which can be annoying to use (revive)
build: v2/strategy.go#L66
unexported-return: exported func WithJitter returns unexported type repeater.backoffOption, which can be annoying to use (revive)