Bogdanp / django_dramatiq

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

core: update rate limiter to get its own options #70

Closed LucidDan closed 4 years ago

LucidDan commented 4 years ago

Fix bug that attempted to retrieve rate limiter options from results backend options instead of its own settings. Fixes #69

Bogdanp commented 4 years ago

Thanks!