I am trying to use Huey with Django on Heroko.
The Django app starts up as well as the consumer. i can see both logfiles on my dashboard.
The Django app runs without problems when a task is enqueued or called the consumer does not register the task and nothing happens.
My Procfile starts the consumer with
worker: python manage.py run_huey,
When I run it locally everything works fine.
Any pointers?