Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Add a correlation ID to dramatiq tasks #162

Open ruslaniv opened 4 months ago

ruslaniv commented 4 months ago

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?