Pete Moore
Pete Moore
Agreed. At this time it probably makes sense to introduce a json schema for the generic worker config file, so we can implement more sophisticated controls, e.g. if you enable...
Sorry about this Simon! This is a very fair point, apologies that got missed. I'll update the historic release notes and make sure not to make the same mistake again.
I think the solution here is for the docs to say that if you run a linux build of generic-worker inside a docker container, you should make sure `USER` env...
I've put this PR on ice, after discovering [bug 1548108](https://bugzil.la/1548108) which is blocking it. Hopefully it won't bitrot too much, until I have some time to return to it.
Despite the bitrot, I'd like to return to this at some point, just isn't a priority quite at the moment.
Hi Simon, Indeed setting `numberOfTasksToRun` to 1 and running in a loop is a good way to schedule cleanup activities between tasks. NSS actually run 10 workers on a single...
@SimonSapin I think the solution for this will be to use the multiuser engine for macOS, which finally has been created. This works just like the Windows releases, and creates...
@jonasfj Currently `go get github.com/taskcluster/jsonschema2go` gets the library for including in go programs. `go get github.com/taskcluster/jsonschema2go/jsonschema2go` fetches the command line tool, which typically is used in `go generate` commands. We...
@jonasfj It is on my list of gold-plating nice-to-haves! I'd been considering the same. Regarding the use of struct tags to decorate the types with validation meta data, this unfortunately...