Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High cpu utilisation - via python manage.py run huey -f #723

Open
DD5HT opened this issue May 4, 2024 · 0 comments
Open

High cpu utilisation - via python manage.py run huey -f #723

DD5HT opened this issue May 4, 2024 · 0 comments

Comments

@DD5HT
Copy link

DD5HT commented May 4, 2024

I noticed that: python manage.py run huey -f is triggered regularly, creating a high CPU utilization on my machine, is there a simple way to prevent it?

See this screenshot, the previous utilization corresponds to, around 10 services, including grafana, victoria metrics, home assistant and a few other services the new increased utilisation is when running linkding.
Screenshot 2024-05-04 at 17-22-19 Node Exporter Full - Dashboards - Grafana

My config:

 linkding:
    container_name: linkding
    image: sissbruecker/linkding:1.30.0-alpine
    ports:
      - "9090:9090"
    volumes:
      - "${DATA_DIR}/linkding:/etc/linkding/data"
    restart: unless-stopped
    environment:
      - LD_CSRF_TRUSTED_ORIGINS=domain
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.linkding.rule=Host(`domain`)"
      - "traefik.http.routers.linkding.entrypoints=web"
    ulimits:
      nofile:
        soft: 1048576
        hard: 1048576
@DD5HT DD5HT changed the title High cpu utilisation High cpu utilisation - via python manage.py run huey -f May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant