-
We recently switched to yii2-queue and noticed that failed jobs was removed once it reached max retry count. Sometimes job fails due to bugs in code instead of external resource failure. Removing is m…
-
Here(line-175), all the former checks is discarded and waste time because allocating for this task will cause queue overused.
We just need to get job's minResource and check whether the queue will …
-
I want to build an overview of all the jobs.
I am using this code for that:
```
import { queue } from "../queue/queue"
const jobs = await queue.getJobs([
"active",
"waiting",
…
-
### Apache Airflow version
2.8.1
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
When start more than 20 thousands trigger jobs, the triggerer may report fo…
-
Hello,
Thank you for the library, I needed to create something similar myself, so it saved me some time.
Here's the reproduction steps, running on a fresh database:
```
*SpotCheck> conn Que…
-
**What would you like to be added**:
Support volcano job(aka. vcjob)
**Why is this needed**:
As we know, volcano also supports job queueing, but in a cluster with multi schedulers or in a…
-
The use case would be to update the data for the next run of a job in an atomic fashion, which currently seems to only be possible by using removeRepeatableJob and re-adding the repeatable job, and on…
-
Scheduled jobs are not run in FIFO+priority order.
Instead, there are multiple queues
that are also arranged in a queue-like fashion
but not round-robin or anything,
just an "arbitrary but constan…
-
woodpecker server log:
```json
{"level":"debug","time":"2023-01-02T00:34:54Z","caller":"/woodpecker/src/github.com/woodpecker-ci/woodpecker/server/queue/fifo.go:335","message":"queue: pending right …
6543 updated
7 months ago
-
### Describe the bug
https://github.com/intel/llvm/actions/runs/9374542664/job/25810825578
```
# RUN: at line 3
/__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=nvptx64-nvidia-cud…