Skip to content

Commit

Permalink
fix: Revert "feat: Switch to asgi over wsgi" (#21571)
Browse files Browse the repository at this point in the history
Revert "feat: Switch to asgi over wsgi (#21334)"

This reverts commit 2e4547c.
  • Loading branch information
frankh authored Apr 16, 2024
1 parent 4d7e9d6 commit c41d073
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
timeout-minutes: 5
outputs:
chunks: ${{ steps.chunk.outputs.chunks }}

steps:
- name: Check out
uses: actions/checkout@v3
Expand Down
7 changes: 0 additions & 7 deletions posthog/asgi.py

This file was deleted.

3 changes: 1 addition & 2 deletions unit.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"processes": 4,
"working_directory": "/code",
"path": ".",
"module": "posthog.asgi",
"protocol": "asgi",
"module": "posthog.wsgi",
"user": "nobody",
"limits": {
"requests": 50000
Expand Down

0 comments on commit c41d073

Please sign in to comment.