zebrunner / mcloud

Mobile farm ecosystem for Android and iOS devices
127 stars 21 forks source link

adjust timeout in between grid and stf-proxy #192

Closed vdelendik closed 1 year ago

vdelendik commented 1 year ago

be able to minimize 504 gate timeout so reorganize default timeouts to have more time in the queue

for example on stf-proxy level:

      proxy_connect_timeout   60->120;
      proxy_send_timeout      300->600;
      proxy_read_timeout      300->600;

and keep 4m on grid level:

     - GRID_NEW_SESSION_WAIT_TIMEOUT=240000

or maybe 10m on grid and 20-30m on stf-proxy

vdelendik commented 1 year ago

done. changes might be tested on stage

vdelendik commented 1 year ago

already tested on prod as a hotfix