David Aronchick
David Aronchick
Hi-- I have a table that prints out that is taller than the console height. Is there a way to allow scrolling up and down while it is updating?
this is not on us, but: ``` 19:45:39.622 e-1fd9bdb4 Execution Running 19:45:39.622 e-97c265b6 Execution Running 19:45:39.622 e-bb8e07c7 Execution Running 19:45:39.622 e-99fe4cef Execution Running 19:45:47.777 e-6b867014 Running Error: Error response from...
what does this mean? ``` ❯ bacalhau job logs j-5772b6f9-7c73-493a-bdfe-aa3fe82e96a9 --api-host 172.214.224.194 Error: error reading log output: error received from server: nats stream: close 5000 (internal server error): error in...
Here is the original: ``` ❯ bacalhau config list KEY VALUE DESCRIPTION API.Auth.AccessPolicyPath AccessPolicyPath is the path to a file or directory that will be loaded as the policy to...
Job: ``` Name: Run Over Share Namespace: science Type: ops Count: 1 Tasks: - Name: Run over share InputSources: - Source: Type: localDirectory Params: SourcePath: /mnt/azureshare ReadWrite: true Target: /azureshare...
We're still passing raw go failures through. ``` the job provided is invalid: task Run over share validation failed: artifact validation failed: missing artifact target ``` Job: ``` Name: Run...
``` ❯ bacalhau docker run ubuntu echo "Hello, Bacalhau" Job successfully submitted. Job ID: j-e70b48eb-8378-4762-b7f7-dd196f7b0889 Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running):...
Need a distributed state store - particularly for things like configs and environment variables. https://youtu.be/yuxd2kurpzk?t=909 Scenario: * User deploys a 1000 image processing jobrunning against an S3 bucket * During...
When a job is executing, often times we would want to push a parameter across each of the parallel nodes. Example: - GroupBy a certain parameter when processing data -...