Skip to content

Conversation

@aleh-null
Copy link
Collaborator

@aleh-null aleh-null commented Nov 6, 2024

Handles client side timeouts set in the request headers hide-org/hide-sdk#26
Issue #150

curl --request POST \
  --url http://localhost:8080/projects/69qtxbYaQ5/tasks \
  --header 'X-Timeout-Seconds: 10' \
  --header 'content-type: application/json' \
  --data '  {
      "command": "sleep 50"
  }'

returns request timed out

@aleh-null aleh-null merged commit ce4c4fa into main Nov 10, 2024
1 check passed
@aleh-null aleh-null deleted the ap/issue-150-2 branch November 10, 2024 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants