RegioHelden/django-celery-token-bucket

Token tasks should not pop up in result backends

lociii opened this issue · 0 comments

As those tasks are never consumed by a worker, they would just indefinitely be listed as pending. We should ignore the result to make them not appear in result backends at all.