fix(http): times out on large repositories #564
Annotations
10 errors and 1 warning
pkg/jobs/mirror.go#L55
`if repo.IsMirror()` has complex nested blocks (complexity: 13) (nestif)
|
pkg/db/errors.go#L23
`if err != nil` has complex nested blocks (complexity: 7) (nestif)
|
pkg/db/db.go#L26
error returned from external package is unwrapped: sig: func github.com/jmoiron/sqlx.ConnectContext(ctx context.Context, driverName string, dataSourceName string) (*github.com/jmoiron/sqlx.DB, error) (wrapcheck)
|
pkg/db/db.go#L43
error returned from external package is unwrapped: sig: func (*database/sql.DB).Close() error (wrapcheck)
|
pkg/db/logger.go#L24
error returned from external package is unwrapped: sig: func (*github.com/jmoiron/sqlx.DB).Select(dest interface{}, query string, args ...interface{}) error (wrapcheck)
|
pkg/db/logger.go#L30
error returned from external package is unwrapped: sig: func (*github.com/jmoiron/sqlx.DB).Get(dest interface{}, query string, args ...interface{}) error (wrapcheck)
|
pkg/db/logger.go#L36
error returned from external package is unwrapped: sig: func (*github.com/jmoiron/sqlx.DB).Queryx(query string, args ...interface{}) (*github.com/jmoiron/sqlx.Rows, error) (wrapcheck)
|
pkg/db/logger.go#L48
error returned from external package is unwrapped: sig: func (*database/sql.DB).Exec(query string, args ...any) (database/sql.Result, error) (wrapcheck)
|
pkg/db/logger.go#L54
error returned from external package is unwrapped: sig: func (*github.com/jmoiron/sqlx.DB).SelectContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error (wrapcheck)
|
pkg/db/logger.go#L60
error returned from external package is unwrapped: sig: func (*github.com/jmoiron/sqlx.DB).GetContext(ctx context.Context, dest interface{}, query string, args ...interface{}) error (wrapcheck)
|
|
The logs for this run have expired and are no longer available.
Loading