Bogdanp / django_dramatiq

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

docs: Add import path for `delete_old_tasks()` #124

Closed albertocerrone closed 1 year ago

albertocerrone commented 1 year ago

Why? 🤔

I was reading the documentation to understand how to add garbage collection for old tasks in my project and I had to spend a few minutes to find from where to import delete_old_tasks()

What? 🤌🏼

Updated the README with the import path for delete_old_tasks()

Bogdanp commented 1 year ago

Thanks!