-
I hope there is a function to delete delayed tasks
-
### Steps to reproduce the bug
```bash
1. When I am in comprehensive and I assign a CO to a CE that has many other COs
2. And the CE is NOT being updated
3. Then saving takes much longer (>2 second…
-
Consider this code:
```
import time
from joblib import Parallel, delayed
def ParForBody(i):
if i == 1:
raise Exception("Error 1")
time.sleep(10)
ParFor = Parallel(n_jobs=2,…
-
This feature aims to solve the problem of inconsistent and delayed communication following the merging of PRs. By automating the commenting process, it ensures that contributors receive timely feedbac…
-
syncRoot does not take into account unfulfilled pledges.
This is related to workers being able to send termination even though they have a task delayed by a pledge.
This can be avoided by workers …
-
This feature aims to solve the problem of inconsistent and delayed communication following the merging of PRs. By automating the commenting process, it ensures that contributors receive timely feedbac…
-
# train model
blast = cb.blast.BLAST(models, train) #.build_empirical()
# this work well,but when I interpret it return error
test_pred = blast.query(test)
[INFO] Cell BLAST: Projecting to latent …
-
This feature aims to solve the problem of inconsistent and delayed communication following the merging of PRs. By automating the commenting process, it ensures that contributors receive timely feedbac…
-
### Version
v4.7.0
### Platform
NodeJS
### What happened?
Getting jobs within BullMQ queue sometimes returns "undefined" jobs within list, job count is correct but job itself is "undefined". Quer…
-
Appears that when launching tasks with the Distributed Client, sometimes `Future`s are held onto a little too long and their results may end up being reused for subsequent tasks that have the same nam…