debian-forge-composer/internal/jobqueue
Ondřej Budai c8dbe0de74 dbjobqueue: remove unused variables from Dequeue
Removing queued_at and started_at is pretty straightforward, it wasn't needed.
Removing token might seem concerning but basically we were just pulling
the same value from DB as we were pushing there. I think there's no value in
doing that.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2022-03-11 16:04:52 +01:00
..
dbjobqueue dbjobqueue: remove unused variables from Dequeue 2022-03-11 16:04:52 +01:00
fsjobqueue jobqueue: introduce the concept of channels 2022-03-08 12:07:00 +01:00
jobqueuetest jobqueuetest: add a test for multiple channels 2022-03-08 12:07:00 +01:00
jobqueue.go jobqueue: introduce the concept of channels 2022-03-08 12:07:00 +01:00