Skip to content

Commit

Permalink
Merge pull request #63 from snok/celery-extra
Browse files Browse the repository at this point in the history
chore: Add celery extra option
  • Loading branch information
sondrelg committed Feb 11, 2023
2 parents 7cb48b4 + 33bea7e commit 059cbf2
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 405 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ to connect logs to a Sentry event.

## Celery

> Note: If you're using the celery integration, install the package with `pip install asgi-correlation-id[celery]`
For Celery user's there's one primary issue: workers run as completely separate processes, so correlation IDs are lost
when spawning background tasks from requests.

Expand Down
Loading

0 comments on commit 059cbf2

Please sign in to comment.