Skip to content

Documentation: async deployment guide #42

@dvoraj75

Description

@dvoraj75

Description

Write an async deployment guide covering:

  • ASGI server configuration (Uvicorn, Daphne, Hypercorn)
  • Connection pooling considerations with async (CONN_MAX_AGE, pgBouncer)
  • ContextVar propagation semantics across sync_to_async / async_to_sync boundaries
  • Interaction between SET LOCAL (transaction-scoped) and Django's async transaction handling

Why

Async deployment has different failure modes than WSGI. Users need guidance on connection lifecycle, GUC scoping, and which settings combinations are safe.

Roadmap reference

v1.4.0 — Async Support

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationv1.4.0

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions