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. |
||
|---|---|---|
| .. | ||
| client.go | ||
| json.go | ||
| server.go | ||
| server_test.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. |
||
|---|---|---|
| .. | ||
| client.go | ||
| json.go | ||
| server.go | ||
| server_test.go | ||