Bogdanp / django_dramatiq

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

Anyway to eager load dramatiq functions in debug mode #89

Closed aswinkp closed 3 years ago

aswinkp commented 3 years ago

It will be easier to eager load the functions and run in synchronous mode in the development environment. So I dont have to run worker server in my local computer.

Bogdanp commented 3 years ago

See the StubBroker.