storj / up

Docker-compose files for running full Storj network locally
GNU Affero General Public License v3.0
23 stars 8 forks source link

pkg/recipes: add rangedloop recipe #74

Closed rikysya closed 1 year ago

rikysya commented 1 year ago

Adds new recipe for satellite-rangedloop service. RangedLoop service waits for satellite-api in order to be run with storj-up init minimal core gc rangedloop cmd

https://github.com/storj/storj/issues/5417

rikysya commented 1 year ago

@elek @dlamarmorgan Do you have any idea what could cause integration tests to fail on getting uplink?

elek commented 1 year ago

Do you have any idea what could cause integration tests to fail on getting uplink?

Somebody uses go 1.17 compiling uplink. It should be go 1.18 IMHO.

rikysya commented 1 year ago

@elek Thanks! So what should I do with this PR to proceed?

elek commented 1 year ago

Bumped the go version. Let's see if it helps...