Pete Moore
Pete Moore
> I am looking at the Raspberry Pi Products page and I can not see a PI3 B+ model: > https://www.raspberrypi.org/products/ I think this is the model @Piping has: https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/...
Could this be related to #10?
The certs file can go e.g. here: `/etc/ssl/certs/ca-certificates.crt` and we can take it from e.g. https://launchpad.net/ubuntu/+source/ca-certificates The go standard library uses the following search path: https://github.com/golang/go/blob/fd4b391849dcd3ac0e90d3a86b0ee7df00b9b269/src/crypto/x509/root_linux.go
Great ideas, Yarik!
Note, this happens when `task.scopes` hits a certain size, since they are encoded into the the `Authorization` header of the `queue.createArtifact` http request made by the worker that claims the...
> True .. maybe the best thing to do here is to push the responsibility on a user doing this. API should just clearly return non-`401` error when this happens,...
It looks from the logs like maybe worker runner sends the message to generic worker, generic worker starts the process abortion, and while it is killing the task command processes,...
Note, the hypothesis is based on seeing two log lines with: ``` Got graceful-termination request with finish-tasks=false ``` See https://github.com/taskcluster/taskcluster/blob/b0ab39f6b7560e3ab62d63d2422e1464b36445ca/workers/generic-worker/workerrunner.go#L83-L87
@progrium Just a small change here. Thanks!
@progrium ping :)