debian-forge-composer/internal/worker
Achilleas Koutsou 668fb003ef jobqueue: Replace JobArgs() with Job()
JobArgs() function replaced with more general Job() function that
returns all the parameters used to originally define a job during
Enqueue(). This new function enables access to the type of a job in the
queue, which wasn't available until now (except when Dequeueing).
2021-01-19 10:37:51 +01:00
..
api worker: introduce dynamicArgs 2020-11-11 18:16:42 +01:00
client.go worker: implement koji job types 2020-11-11 18:16:42 +01:00
json.go workerapi: serialize koji errors as strings 2020-11-13 09:39:55 +01:00
server.go jobqueue: Replace JobArgs() with Job() 2021-01-19 10:37:51 +01:00
server_test.go jobqueue: Replace JobArgs() with Job() 2021-01-19 10:37:51 +01:00