-
I have a few multicore jobs queued up:
```
[chodera@mskcc-ln1 ~]$ qstat -u chodera
hal-sched1.local:
Req'd Req'd…
-
### What happened?
We have Selenium Grid with Keda enabled on an AKS cluster which is installed using terraform.
The problem we have detected is that if the number of queued requests exceeds the max…
-
I want to clear queued jobs. I tried this:
```
$queued_jobs = Resque\Redis::instance()->lrange('queue:eaisto', 0, -1);
if (!empty($queued_jobs) && count($queued_jobs) >= MAX_QUEUE_COUNT) {
f…
-
Since the jobs are typically I/O bound at this point, can we pass data from one job to the other in the chain? e.g. AutoQCJob and DataReductionJob both need SensorValues (It's 2:30am and I can't remem…
-
The cancel all confirmation is hard coded to give the total running and queued jobs. If a user has filtered only the queued jobs then the number of reported canceled jobs is wrong. The call to the ap…
-
# Story
Rarely, an importer will run and complete but the items within still have a status of pending. Here is an example.
https://dc.utk-hyku-production.notch8.cloud/importers/397
When this…
-
Currently `spinta push` command, is very slow, because it checks many things, to ensure data quality. But in some cases, for very large data imports, there should be a faster way, to import data, with…
-
A feature request from Discord: https://discord.com/channels/1156433345631232100/1272247538556080281
> Ideally I wouldn't need a job queue at all and do everything in parallel, but rate limits on a…
-
The call to get_job_logs now returns log entries for jobs which are queued and have not yet run.
I note this as an issue because it is a change from previous behavior.
I discovered this when the…
-
### Detailed description
This is an innate feature of Sidekiq, where it only advertises fully reliable queuing with its "Pro" subscription; https://github.com/sidekiq/sidekiq/wiki/Error-Handling#proc…