debian-forge-composer/internal/worker
Lars Karlitski 6773c01722 jobqueue: drop JobStatus type
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.
2020-05-13 16:45:09 +02:00
..
client.go store: move queue out of the store 2020-05-08 14:53:00 +02:00
json.go store: move queue out of the store 2020-05-08 14:53:00 +02:00
server.go jobqueue: drop JobStatus type 2020-05-13 16:45:09 +02:00
server_test.go store: move queue out of the store 2020-05-08 14:53:00 +02:00