RealOrangeOne / django-tasks

A reference implementation and backport of background workers and tasks in Django
https://pypi.org/project/django-tasks/
BSD 3-Clause "New" or "Revised" License
211 stars 13 forks source link

Add `Backend.check` mechanism for system checks #26

Closed RealOrangeOne closed 3 weeks ago

RealOrangeOne commented 4 weeks ago

Django’s other swappable backends (database, cache) are integrated with the system check framework through a check() method. Let’s add one to the queue Backend class, so configuration, such as queue names, can be validated and clear messages returned to users.