You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran something that was a fairly long running container - but didn't expect it to be.
bf30a0f63dd2:~# bacalhau docker run ubuntu echo "Hello, Bacalhau"
Job successfully submitted. Job ID: j-d0683fe4-962c-4300-a739-5a54f38c6f99
Checking job status... (Enter Ctrl+C to exit at any time, your job will continue running):
TIME EXEC. ID TOPIC EVENT
16:31:33.842 Submission Job submitted
16:31:33.845 e-bd8269ab Scheduling Requested execution on fd9ff673
16:31:35.432 e-bd8269ab Execution Running
16:32:02.689 e-bd8269ab Execution Completed successfully
To get more details about the run, execute:
bacalhau job describe j-d0683fe4-962c-4300-a739-5a54f38c6f99
To get more details about the run executions, execute:
bacalhau job executions j-d0683fe4-962c-4300-a739-5a54f38c6f99
bf30a0f63dd2:~#
This was clearly because it had to download a container in order to run. It' be really nice to display that better for the user for more visibility around the job.
I ran something that was a fairly long running container - but didn't expect it to be.
This was clearly because it had to download a container in order to run. It' be really nice to display that better for the user for more visibility around the job.
The text was updated successfully, but these errors were encountered: