debian-forge-composer/internal/cloudapi/v2
sanne d25ae71fef worker: Configurable timeout for RequestJob
This is backwards compatible, as long as the timeout is 0 (never
timeout), which is the default.

In case of the dbjobqueue the underlying timeout is due to
context.Canceled, context.DeadlineExceeded, or net.Error with Timeout()
true. For the fsjobqueue only the first two are considered.
2021-10-19 00:12:18 +01:00
..
errors.go cloudapi/v2: ensure only one image per a compose in the API spec 2021-10-14 00:14:34 +02:00
errors_test.go cloudapi/v2: Listen on /api/image-builder-composer/v2 2021-10-11 09:52:21 +02:00
openapi.v2.gen.go cloudapi/v2: Plural path section when querying a collection 2021-10-14 16:22:24 +02:00
openapi.v2.yml cloudapi/v2: Plural path section when querying a collection 2021-10-14 16:22:24 +02:00
v2.go cloudapi/v2: Plural path section when querying a collection 2021-10-14 16:22:24 +02:00
v2_test.go worker: Configurable timeout for RequestJob 2021-10-19 00:12:18 +01:00