Skip to content

Further timeouts and resource limiting. #157

@tomchristie

Description

@tomchristie
  • --timeout-request-start (Timeout unless request headers complete within this time. ~10s)
  • --timeout-request-complete (Timeout if request body is still being read after this time. ~60s)
  • --limit-request-line-size (4096, See gunicorn)
  • --limit-request-header-size (8190, See gunicorn)
  • --limit-request-header-count (100, See gunicorn)
  • --limit-ws-message-size

@Kludex notes

  • We are not going to implement --limit-request-header-count. The header size limitation is enough.
  • Should we consider timeout on startup and shutdown lifespans?

Important

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions