Skip to content

Commit

Permalink
chore: Update job offer CreatedAt comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Feb 24, 2025
1 parent 45b83d1 commit 45b63b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/data/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ type TargetConfig struct {
type JobOffer struct {
// this is the cid of the job offer where ID is set to empty string
ID string `json:"id"`
// this is basically a nonce so we don't have one ID pointing at multiple offers
// Acts as a nonce so we don't have one ID pointing at multiple offers.
// Also used as the starting time when recording job run times.
CreatedAt int `json:"created_at"`
// the address of the job creator
JobCreator string `json:"job_creator"`
Expand Down

0 comments on commit 45b63b6

Please sign in to comment.