Bogdanp/django_dramatiq

Add a correlation ID to dramatiq tasks

Open

#162 opened on Feb 19, 2024

 (0 comments) (0 reactions) (0 assignees)Python (86 forks)github user discovery
help wantedquestion

Repository metrics

Stars
 (384 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Do you have any pointers how to add:

  1. Integration with a library like Django GUID
  2. Or add a custom correlation ID to every Dramatiq task so I can track how each task spawned by a given request is handled?

Contributor guide