David Aronchick
David Aronchick
Are we making a Spec + Deal into a CID? E.g. if someone runs the exact same job, but changes the label, should that be a "new execution"? I think...
``` // TODO: should system.ListenAndServeMetrix take ctx? ``` https://github.com/filecoin-project/bacalhau/blob/117a53f7eac3b9650d5264adb8dc5f1958f6f32b/cmd/bacalhau/serve.go#L201
Tracking issue: - [ ] https://github.com/filecoin-project/bacalhau/blob/06099224e1e5882d9501a96414e77877950b5729/cmd/bacalhau/utils.go#L64
Imagine that the CLI saw a small file (
``` // TODO: we need to work out how to upload a tar file ``` https://github.com/filecoin-project/bacalhau/blob/fba8654baa6fbd9daa9b7df838c8adc138c06536/pkg/ipfs/http/httpclient.go#L199
``` // TODO: Clean up RunJob ``` https://github.com/filecoin-project/bacalhau/blob/fba8654baa6fbd9daa9b7df838c8adc138c06536/pkg/executor/docker/executor.go#L94
Hi! Based on community feedback, I've taken a Google Doc and converted it to markdown so that we can have a discussion here. I think it's too soon to call...
as root: `bacalhau list -n 100 --output foo.json` See: ``` 00:59:51.975 | FTL system/cleanup.go:68 > could not create memory profile: open /tmp/bacalhau-devstack-mem.prof: permission denied ```
I've been having a weird bug around "get". I ran this job: ``` URL=https://picsum.photos/500/500/ # Add the image to bacalhau bacalhau docker run \ --id-only --input-urls $URL \ -l $LABEL...