Skip to content

Background tasks queue but don't execute (Huey not running) #1249

@apmihal

Description

@apmihal

After installing linkding I enabled image previews and favicons, but they weren't showing up. Looking at the admin panel's tasks page I could see tasks were queueing up but not executing.

I searched through other issues and found a thread where you mentioned checking background_tasks.log, but I couldn't locate it. I noticed it was referenced in /etc/linkding/supervisord.conf so I manually ran the associated command python manage.py run_huey -f. As soon as I ran this the log showed a lot of activity and the favicons and images immediately appeared.

It looks like the Huey background task worker isn't starting automatically in my setup. Is there a setup step I could've missed, or could this be a configuration issue with supervisord? I also tried passing python manage.py run_huey -f in my docker compose, but that caused the page to not load. I'm running latest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions