HumanSignal / HumanSignal/label-studio

webhook connection time out

Open
#6,384 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
28.3k
Forks
3.7k
Avg merge
14h
Merged PRs (30d)
15

Description

I am trying to put the webhook to the labelstudio using AWS gateway API and lambda. It was work before, but the next I encountered the error in the following.

```
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='vmwerwertewr.execute-api.us-east-2.amazonaws.com', port=443): Max retries exceeded with url: /dev/get_export (Caused by ConnectTimeoutError(, 'Connection to vmwerwertewr.execute-api.us-east-2.amazonaws.com timed out. (connect timeout=10.0)'))

```
I want to modify the connect time out as 30s, how to do that? It is shows it is the connection issue, but I test my GatewayAPI it works fine. I was wondering if it is the bug from labelstudio's side, but I need more information and further debugging. For the debugging work, I want to the modify the timeout limit, can anybody help to answer how to do that through kubenete and helm?

My label studio set up:

labelstudio version: 1.13.1

I deployed labelstudio on AWS EKS, I installed and updated labelstudio using helm, and the following global envrionment settings of my label studio:

helm upgrade labelstudio heartex/label-studio -namespace label-studio-dev
–set global.extraEnvironmentVars.LABEL_STUDIO_DISABLE_SIGNUP_WITHOUT_LINK=“true”
–set [global.extraEnvironmentVars.LABEL_STUDIO_USERNAME="[xxx@enfej.com](mailto:xxx@enfej.com)
--set global.extraEnvironmentVars.LABEL_STUDIO_USERNAME=%[22xxx@enfej.com](mailto:22xxx@enfej.com)"
–set global.extraEnvironmentVars.LABEL_STUDIO_PASSWORD=“mypassword”
–set global.extraEnvironmentVars.SSRF_PROTECTION_ENABLED=“true”
–set global.extraEnvironmentVars.LABEL_STUDIO_HOST=“http://xxxx.xxxx.com/”

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.