-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error message "Cannot start workflow" #286
Error message "Cannot start workflow" #286
Comments
Currently, each file upload is a REST API call, which would always hit any reasonable REST API rate limit with many files workflows. The idea exposed in reanahub/reana-client#406 about uploading the whole analysis workspace to REANA seems like the long term solution for this issue:
So to address this issue we have to:
|
We could amend the
|
Currently, none of the Invenio App rate-limiting configurations is set (see here). This causes the default rate-limiting values to be loaded causing the problem described in this issue. We could either use Invenio-App's capability of rate-limiting or looking into Traefik's rate-limiting. To avoid the problem at hand we could have, apart from the REANA-Client fix, no rate-limiting by default in the server side, setting it only on demand if provided as Helm config. |
After creating a rather large workflow (uploaded around 200 files) I get one of the two following error messages when trying to run it
The text was updated successfully, but these errors were encountered: