voruti
voruti
> Discord Integration (1.11.0) It's up to date. (for me too, have the same problem)
That's interesting. I have Discord open in the background all the time and still get the error.
A device with low power consumption is intended (in my use case). The repeated scans are also disadvantageous in terms of energy efficiency (at least theoretically 😄).
I got it yesterday within the Epic Games Launcher (where I'm logged in). And just now as well...
I noticed that, when initializing the thing/etc., sometimes some channels/items are set to their maximum values. After waiting for one or two minutes, the real values are fetched from the...
I have connected my desk to my home automation over a REST Api and a (pushing) webhook, which I implemented in my own branch https://github.com/voruti/linak-controller/tree/typescript-rewrite. Maybe this can help you.
I think this should be reopened. Also, how to obtain Wither Skulls for building the Wither and in the end obtaining Nether Stars?
#### Some testing: 2 executors on master and "jenkinsagent" each. Both jobs (TestJob1 & TestJob2) start at the same time (by cron/timer). I added a log statement at https://github.com/jenkinsci/scoring-load-balancer-plugin/blob/1ee4e030f17d4eb333e5ce0a1b92c1ed9ea4f2c8/src/main/java/jp/ikedam/jenkins/plugins/scoringloadbalancer/ScoringLoadBalancer.java#L147 at...
```log Jun 21, 2024 3:15:00 PM FINEST hudson.model.Queue JobOffer[ #1] is a potential candidate for task TestJob2 Jun 21, 2024 3:15:00 PM FINEST hudson.model.Queue JobOffer[jenkinsagent #0] rejected TestJob2: Executor slot...
I found the issue: It's the cache in https://github.com/jenkinsci/jenkins/blob/252b7dce8a96257c28e8946b338efc78bb489f6b/core/src/main/java/hudson/model/Queue.java#L1646-L1653 that was introduced for [JENKINS-58101](https://issues.jenkins.io/browse/JENKINS-58101). [parked.values()](https://github.com/jenkinsci/jenkins/blob/252b7dce8a96257c28e8946b338efc78bb489f6b/core/src/main/java/hudson/model/Queue.java#L1645C39-L1645C54) contains all executors from all nodes, so in [my example above](https://github.com/jenkinsci/scoring-load-balancer-plugin/issues/30#issuecomment-2182750469) 4 elements. After TestJob1...