-
Check DB connection consumption:
```console
$ reana-client workflow status
Workflow status could not be retrieved:
QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 3…
-
We'd like to use `yadage-validate` in Travis CI recipes. I noticed that yadage always returns exit code 0 even in case of failures.
Example with good YAML:
```console
$ yadage-validate world_p…
-
From http://reana-cluster.readthedocs.io/en/latest/gettingstarted.html
> 7. Display the commands to set up the environment for the REANA client:
> `$ reana-cluster env`
But
```
$ reana-cluste…
-
We'd like to use `yadage-validate` in Travis CI recipes. I noticed that yadage always returns exit code 0 even in case of failures.
Example with good YAML:
```console
$ yadage-validate world_p…
-
```
(reana-cluster) root@ci:~# reana-cluster init
2018-04-24 03:25:09,898 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(…
-
http://reana-workflow-engine-cwl.readthedocs.io/ is linked to from https://github.com/reanahub/reana-workflow-engine-cwl
-
Currently `reana-client code upload FILE` and `reana-client inputs upload FILE` expect as arguments filenames that are located in the `./code` and `./inputs` directories. One cannot upload from anoth…
-
**In order to develop REANA components you need to somehow create pods based on the new, development time Docker images in your Kubernetes cluster.**
Current install / instantiation scripts make Ku…
-
When providing a non-existing UUID or value that is not UUID at all, REANA-Client doesn't print out errors or warnings unless `-l debug` flag is used.
**With incorrent workflow uuid:**
`$ reana-…
-
Currently `.reana.yaml` looks hardcoded, see for example `reana_yaml_file_path`.
It would be useful to allow specifying it from CLI. For example:
```console
$ reana-client -f reana-spec-quick-…