Pete Moore
Pete Moore
Running `tup` in [spectrum4](https://github.com/spectrum4/spectrum4/blob/main/docs/building-without-docker.md) project causes a hang, which I don't see on other platforms. I'm not sure how best to troubleshoot the issue. The output in tup before the...
When attempting to install on a Mac, I hit this issue. I'll try on some other Macs to see if it is specific to my version of macOS or brew...
``` pmoore@fedora:~/git/tup typo $ curl -L https://www.clahub.com/agreements/gittup/tup pmoore@fedora:~/git/tup typo $ ``` With verbose output, I also get a blank page for https://www.clahub.com/ too: ``` $ curl -v -L https://www.clahub.com/agreements/gittup/tup *...
Is taskcluster still used for any CI tasks? If not, we can probably delete the .taskcluster.yml and remove the worker pools. If it is still used, no problem, it should...
Checking if all is ok here since we switched out the workers...
Worker Manager stops bad instances, that don't call `queue.claimWork` or `queue.reclaimTask` within a given timeframe. It looks like maybe it is only stopping the instances, not terminating them. We should...
Worker Manager will terminate workers that were requested over 30 mins ago, but that have not yet called queue.claimWork (aiui). The intent here is to kill workers that have had...
Worker Runner was created for having common communication between workers and Worker Manager across worker implementations. Now that Docker Worker is being discontinued, there is no strong reason to continue...
Github Bug/Issue: Fixes #6228