-
As the demo server runs the ERC containers alongside the applications, we should add some throttling, see #29. However, to be able to set the throttling parameters correctly, we must also limit the nu…
nuest updated
6 years ago
-
Hi, here is a list of minor and major issues with the code.
Minor issues:
- some typos here and there (`equlibration` without the “I” between u and l, for example; or some comments which are not exh…
-
**Describe the bug**
Time settings in snapshot policy don't seem to be working well.
When I click in the selectbox or press Enter for the time that the Snapshot Policy works, it is still set to 20…
-
Due to https://github.com/resque/resque-scheduler/pull/767, resque-scheduler 4.9+ now wraps all enqueues within a Redis transaction. This means that Redis commands in `before_enqueue` hooks (inadverte…
-
## In what area(s)?
/area runtime
> /area operator
> /area placement
> /area docs
> /area test-and-release
## Describe the feature
Distributed scheduler runs with both Etcd …
-
In the `feature_hic_scaffolding` branch many processes are requesting >20 cpus when using the Uppmax profile. This causes an error and nextflow exits the pipeline.
This happened with FASTK_FASTK (r…
-
### Steps to reproduce the problem
1. I was trying to export my archive
2. Export fails over and over in the queue until the Job dies
### Expected behaviour
The backup should successfully comple…
-
### Description
We occasionally see KubernetesExecutor tasks getting lost in cyberspace with no logs describing why in the airflow UI.
If admins looks into the scheduler logs (Airflow 2.7.1), the …
-
### Description
Using Volcano V1.10.0 on Kubenetes V1.30.5, after adding sidecar in a container in InitContainers, I met the following error:
E1015 16:14:16.078922 1 job_controller_actions.go…
-
The job scheduler script for Slurm in the documentation uses a for loop to submit jobs:
```
#!/bin/bash
for i in {1..{n_jobs}}
do
sbatch script_redis_worker.sh
done
```
However this is n…