Diego

Results 18 comments of Diego

what is the status for solving this issue?

There is https://github.com/inveniosoftware/invenio/pull/3692 but it was abandoned.

I have already ended the HTTPS support for the Docker installation. Where would be also necessary to add the HTTPS support?

Hello @Shikanime! Great to see progress and a nice analysis of the tools 🙂. Since there are more people interested in this change in the community (for example @BenGalewsky, @lukasheinrich,...

So far I could partially configure the first option with CERN Gitlab. I connected GitLab CI with a running magnum managed Kubernetes cluster but didn't use it in a pipeline...

For **rebuild+kill pods** it is interesting to plug some trigger after save in your editor, for example for VS Code: ```json { "saveAndRun": { "commands": [ { "match": ".py", "isAsync":...

> I think there is some limited volume support, where it uses sshfs to proxy the state, I haven't tried this though: > https://www.telepresence.io/howto/volumes Yes, this is precisely the link...

Maximum number of requests per user by configuring Traefik, [following the docs](https://docs.traefik.io/middlewares/ratelimit/#configuration-options) (tested in reana-qa.cern.ch): ```console $ cat rate-limit.yaml apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: main-ratelimit spec: rateLimit: average: 50...

Moved back to `Ready for work`, what is left: **decide the numbers to limit the load to**.

Because one needs to run `reana-dev python-install-eggs` as well if in development mode, [as the Makefile does](https://github.com/reanahub/reana/blob/0bb3726749023af123d89cbad5a80d1766ac29a0/Makefile#L124). Either we document very well that these two steps need to be taken...