-
If the job controller fails for some reason it is not publishing failed state so workflow could stay in `running` status
Example of a failed job-controller:
```
kubectl logs reana-run-batch-b4c…
VMois updated
2 years ago
-
Migrate `reana-bench` to entrypoints, instead of using `scripts/reana_bench.py`, so that we have a nice consistent r-client, r-dev, and r-bench tools.
[Conversation 1](https://github.com/reanahub/r…
VMois updated
2 years ago
-
In the `get_workflows` API when `include_progress` is not passed (= False), job progress is still queried from DB.
Listing from [get_workflow_progress](https://github.com/reanahub/reana-workflow-c…
VMois updated
3 years ago
-
Follow-up from https://github.com/reanahub/reana-demo-helloworld/pull/58
The demo workflow runs well on `slurmcern` compute backend, but `htcondorcern` compute backend leads to:
```console
$ re…
-
**Current behaviour**
When somebody installs 0.8.0-alpha.4, by default the quota system is not imposing any limits on users:
```console
$ reana-client quota-show --resource cpu --report limit …
-
(stems from https://github.com/reanahub/reana/pull/541#discussion_r716529942)
**Current behaviour**
Currently, while running benchmarking script, one can monitor the DB status and the K8S status…
-
Observations from running 250 yadage recast workflows in parallel show that we seem to have a workflow engine closing issues.
(1) Here is one example. Workflow run number 38 is in "running" state a…
-
Hello,
This was discussed via slack at some point, so I just wanted to open an issue so this is not forgotten.
When scaling up a workflow via `num_generation_jobs`, the number of jobs in the physi…
-
**Current behaviour**
The human-readable flag has no effect:
```console
$ reana-client quota-show --resource disk
1.5 MiB used
$ reana-client quota-show --resource disk -h …
-
Comparison of effectiveness of various workflow engines when talking to job controller for the RooFit example:
(1) Roofit CWL:
```
$ kubectl logs reana-run-batch-413a4712-08a8-4feb-873e-1e9747e…