In the docs it states that the RQ worker needs to be run like this: ``` ./manage.py rqworker --job-class django_tasks.backend.rq.Job ``` But it should be backend**s** (plural).