Project

General

Profile

Actions

tickets #40301

closed

lnt.o.o times out after 60s

Added by tampakrap over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Servers hosted in NBG
Target version:
-
Start date:
2018-08-28
Due date:
% Done:

0%

Estimated time:

Description

To reproduce:

curl -X POST -d @payload.txt https://lnt.opensuse.org/db_default/v4/SPEC/submitRun

I tried to set timeout client and timeout server with no success so far


Files

payload.txt (51.7 KB) payload.txt tampakrap, 2018-08-28 09:48
Actions #1

Updated by tampakrap over 5 years ago

Actions #2

Updated by tampakrap over 5 years ago

  • Private changed from Yes to No
Actions #3

Updated by marxin over 5 years ago

Doing local curl work fine:

$ time curl -X POST -d @payload.txt http://localhost:8080/db_default/v4/SPEC/submitRun
...
real 3m22.648s
user 0m0.017s
sys 0m0.025s

So the timeout is caused by the HTTP proxy.

Actions #4

Updated by tampakrap over 5 years ago

  • Status changed from New to Closed

the issue is probably on the haproxy software itself, as it is not respecting the server timeout value overwrite compared on the defaults. For now I have extended the default as a workaround

Actions

Also available in: Atom PDF