Yarik
Yarik
Launch configurations would not be different from what exists already in worker pool definitions (configuration of launch configs) so it makes sense to keep existing API endpoints compatible with new...
[RFC191](https://github.com/taskcluster/taskcluster-rfcs/blob/main/rfcs/0191-worker-manager-launch-configs.md) Add Launch Configuration entity to worker-manager service. It should have: - `launchConfigurationId` (unique, generated from its' properties) - `status` flag - active/archived - `isPaused` - to allow temporarily exclusion...
At the moment github service is not handling PR closed event to cancel running jobs. There might be good reasons to cancel all running tasks associated with that PR, since...
Form this discussion: https://github.com/taskcluster/taskcluster-rfcs/pull/191#pullrequestreview-2098453039 https://github.com/taskcluster/taskcluster-rfcs/pull/191#issuecomment-2149691567 It becomes apparent that decision to spawn workers is being made only on the number of workers that are in RUNNING state. However, worker in...
## Bug Description Currently if you have nothing entered in Regular expression and Test string fields, and try to close the page, it still shows the warning ### Reproduction steps...
WIP: Restructuring worker pool configuration to work with launch configs as a separate entity This aims keep backwards compatibility for all of the existing worker manager API endpoints New changes...
Problem: [Dependabot PR](https://github.com/taskcluster/fast-azure-storage/pull/201/checks?check_run_id=31574594546) in a different project failed because tc client needs a newer Node version, but the repo was still on Node 20.16. Tried updating .tc.yml to use the...
Currently docker-compose file is not using `websocktunnel` service and `livelog` tool, which makes development of those a bit harder. We can add websocktunnel service and configure generic worker to use...
After digging into logs it was noticed that sometimes worker-manager emits `worker-stopped` for workers that were already stopped. Same with `worker-removed` It represents `~0.2%` of workers and happens on the...
For instance, when deploying taskcluster without github integration, all github background cron jobs would start failing as they are not configured. Deployments can be disabled by setting `replicas: 0` but...