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. |
||
|---|---|---|
| .. | ||
| fsjobqueue.go | ||
| fsjobqueue_private_test.go | ||
| fsjobqueue_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. |
||
|---|---|---|
| .. | ||
| fsjobqueue.go | ||
| fsjobqueue_private_test.go | ||
| fsjobqueue_test.go | ||