Enehizena Lawrence

Results 50 comments of Enehizena Lawrence

> Can one have multiple staging zones now? > * We had more than one before, now there’s only one. Yes, we are currently running a staging zone reconstructive to...

> * make the directory automatically ( can this be bad? maybe failing is better) ``` data, err := ioutil.ReadFile(filepath.Clean(kf)) if err != nil { if !os.IsNotExist(err) { return nil,...

@neelvirdy I do not think that approach is a good idea. The ideal way would be either; - Since Estuary and shuttles are supposed to run in different boxes, in...

> even if a shuttle is running on its own box, its handle needs to stay consistent with the datadir it's using right? no > If it has something in...

yeah, if a shuttle is to change its handle (which is not supported) it will have to update all contents location, else it won't even be able to associate API...

> to make it harder for someone to corrupt or mix up their datadirs by reusing them on different shuttle handles accidentally You can't mix up or corrupt your data...

@anjor this is related to https://filecoinproject.slack.com/archives/C016APFREQK/p1670481722895549?thread_ts=1670446952.113949&cid=C016APFREQK

> Why do we want it to be a remote server? Shouldn't the cache just be in memory? 3 possible reasons; - so we can scale it separately and it...

> 2. making zoneId available in util.Content, or changing the /staging-zones/:id param to accept the zone content id instead of the zone id Let's get @alvin-reyes to add a new...

@neelvirdy I was thinking about the deal status, that is going to be a bit tricky to pull off if we consider that content to a deal has a 1-to-many...