debian-forge-composer/internal/jobqueue/dbjobqueue
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
..
schemas jobqueue: introduce the concept of channels 2022-03-08 12:07:00 +01:00
dbjobqueue.go dbjobqueue: remove unused variables from Dequeue 2022-03-11 16:04:52 +01:00