Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` $ bacalhau docker run -i git://github.com/bacalhau-project/bacalhau.git ubuntu:latest echo hello publicapi: after posting request: Server Timeout! ``` ``` $ go run . docker run -i git://github.com/bacalhau-project/bacalhau.git ubuntu:latest ls /inputs Job successfully submitted. Job ID: 24855c6f-e364-4f30-8807-b2a335d0048d Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running): Communicating with the network ................ done ✅ 0.0s Creating job for submission ................ done ✅ 0.5s Job in progress ................ done ✅ 01m20.9s ``` The API timeout is due it trying to access a service that's not working (kv.bacalhau.org) The service use to check whether the git commit ID is availabe on ipfs if not clone the repo
- Loading branch information