-
Recipe:
```console
$ reana-dev git-upgrade -c ALL
$ reana-dev git-checkout -c ALL master
$ cd reana-ui
$ reana-dev git-upgrade -c . --base maint-0.7
$ reana-dev git-upgrade -c .
$ git checkou…
-
is there a reason `six` is pinned to 1.12? I'm trynig to install `reana-client` in a docker image based on `FROM docker:20.10.5` which comes with `six 1.15` and this generates a conflict
-
The speed up of the `list` command was improved as part of https://github.com/reanahub/reana-client/issues/367. However, more improvements are needed.
E.g. for one client having about 101 workflo…
-
For Serial workflows, only one job runs at a time. Hence the workflow complexity is easy, equal to 1.
However, the user may require the first job to have 8 GiB of RAM, or 2 GiB of RAM. This may i…
-
This task is the same as #359 and #360 but for CWL workflows.
The challenges here are the same as for Yadage worklows in that scatter-gather may lead to running N jobs for the same step.
Otherwi…
-
This task is the same as #359 but for Yadage instead of Serial workflows.
Here are some Yadage-specific musings.
(1) Note that Yadage can launch many stages in parallel. We should parse Yadage d…
-
Investigate what meaningful information we can gather to enrich the system status in terms of cluster usage/capacity. We could look for inspiration in other similar products. For example:
- Number of…
-
Current message queue is subject to lose workflow submissions in the event of message broker getting restarted/relocated:
Plan:
- Investigate how to persist the RabbitMQ queue, e.g. https://www.ra…
-
Scheduler is [checking upper cluster limit only on running workflows](https://github.com/reanahub/reana-server/blob/master/reana_server/scheduler.py#L56). Since introducing `pending` workflows we need…
-
for large workspaces it would be nice to either be able to glob / regex filter the files
```
reana-client ls 'mydir'
reana-client ls 'mydir/mysubdir'
reana-client ls 'mydir/mysubdir/*.root'
```…