Bogdanp / django_dramatiq

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

Fix #133 -- Make sure initialization only happens once #134

Closed huubbouma closed 1 year ago

huubbouma commented 1 year ago

This fixes the issue I encounter. The fix is pretty simple, using a global variable. GLobal variables are in use anyway, so it seemed legit to use it here as well