We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running this command,
$ http POST https://readthedocs.org/github repository:='{"url": "", "ssh_url": ""}' ref=""
breaks the site and may produce tons of tasks being ran.
After running that command I get 502 and I tried it locally and I found that the problem is at the Project query since all the repo urls ends with ''
''
https://github.com/rtfd/readthedocs.org/blob/445683fc0c86b0de56779447a8eedf98024dba32/readthedocs/core/views/hooks.py#L92-L96
Finally, update_imported_docs is triggered by each of the project.
update_imported_docs
The only line that could save this execution is
https://github.com/rtfd/readthedocs.org/blob/445683fc0c86b0de56779447a8eedf98024dba32/readthedocs/core/views/hooks.py#L120
Related to #3520
The text was updated successfully, but these errors were encountered:
Should this be fixed on the query or when parsing the request data?
Sorry, something went wrong.
No branches or pull requests
Running this command,
breaks the site and may produce tons of tasks being ran.
After running that command I get 502 and I tried it locally and I found that the problem is at the Project query since all the repo urls ends with
''
https://github.com/rtfd/readthedocs.org/blob/445683fc0c86b0de56779447a8eedf98024dba32/readthedocs/core/views/hooks.py#L92-L96
Finally,
update_imported_docs
is triggered by each of the project.The only line that could save this execution is
https://github.com/rtfd/readthedocs.org/blob/445683fc0c86b0de56779447a8eedf98024dba32/readthedocs/core/views/hooks.py#L120
Related to #3520
The text was updated successfully, but these errors were encountered: