Hi all,

After doing some investigation on bodhi requests to greenwave I found
that the requests are hitting a default 30 seconds timeout from the
openshift route
(https://stackoverflow.com/questions/47812807/openshift-service-proxy-timeout).

I would like to increase this timeout to 330 seconds, greenwave will
timeout after 300 seconds.

For this the following command needs to be run :

oc project greenwave
oc annotate route greenwave-web --overwrite
haproxy.router.openshift.io/timeout=330s
oc annotate route web-pretty --overwrite
haproxy.router.openshift.io/timeout=330s

I ll be looking at how we can add this into ansible.

+1s ?
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to