att-comdev / promenade

This project has moved to OpenStack.
https://www.airshipit.org/
Apache License 2.0
11 stars 15 forks source link

Promenade API can not handle large URL requests for /v1.0/join-scripts #57

Closed kskels closed 6 years ago

kskels commented 6 years ago

Promenade API rejects URL calls for very large URL requests. This is the case when passing large number of labels when getting join scripts. https://github.com/att-comdev/promenade/blob/master/docs/source/api.rst#v10join-scripts

Logs from Promenade are short - I suspect this is most likely uwsgi buffer size that needs to be increased to something more then default.

Prom log: invalid request block size: 4204 (max 4096)...skip

mark-burnett commented 6 years ago

This is fixed in https://github.com/att-comdev/promenade/commit/249c5195ef2fd1e4d0fb427e0b24d0d783cf37e2