The enum is redundant information that can be deduced from the job's times: queuedAt, startedAt, and finishedAt. Not having it reduces the potential for inconsistent state. |
||
|---|---|---|
| .. | ||
| testjobqueue.go | ||
The enum is redundant information that can be deduced from the job's times: queuedAt, startedAt, and finishedAt. Not having it reduces the potential for inconsistent state. |
||
|---|---|---|
| .. | ||
| testjobqueue.go | ||