oxidecomputer / oxidecomputer/sush
Need a way to know when a job ran
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3
- Forks
- 0
- Avg merge
- 9d 12h
- Merged PRs (30d)
- 11
Description
I would like to know the date/time of a job that has completed.
Maybe there is one, but I don't know how to get it.
Here is what I tried:
sush# job stdout door-west-sponsor-tuna-security-together-pact-answer
» 913-0000019:BRM23230018 «
✅ Jobstdout:
BRM23230018 # exit
sush#bjob suderr door-west-sponsor-tuna-security-together-pact-answer
» 913-0000019:BRM23230018 «
sush# job status door-west-sponsor-tuna-security-together-pact-answer
✅ Job ID: door-west-sponsor-tuna-security-together-pact-answer
913-0000019:BRM23230018 Stopped, exit 0 (1m 23s 527ms 992us 442ns), 59 B out, 0 B err
sush#
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by examining the implementation of the job status command and how completed job metadata is represented. Add a clear date/time for completed jobs, then verify that the status output reports when the example job finished.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100