This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
[BUG] Docker - PAPERLESS_TASK_WORKERS no affect #683
Unanswered
Joshua2504
asked this question in
Support
Replies: 3 comments
-
What exactly makes you think that it's not working? Look for something like
In the Docker stdout / logs during startup. This is with two workers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
CPU cores utilized should scale with Task Workers, if not defined.
I think they don't.
Jonas Winkler <[email protected]> schrieb am Mi., 3. März 2021,
09:44:
… What exactly makes you think that it's not working?
Look for something like
08:36:03 [Q] INFO Q Cluster apart-fourteen-hotel-purple starting.
08:36:03 [Q] INFO Process-1:1 ready for work at 70
08:36:03 [Q] INFO Process-1:2 ready for work at 71
08:36:03 [Q] INFO Process-1:3 monitoring at 72
08:36:03 [Q] INFO Process-1 guarding cluster apart-fourteen-hotel-purple
08:36:03 [Q] INFO Process-1:4 pushing tasks at 73
08:36:03 [Q] INFO Q Cluster apart-fourteen-hotel-purple running.
In the Docker stdout / logs.
This is with two workers.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#678 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUSZZVDN3VNQM2WDPDMAW3TBXZGHANCNFSM4YP7IJTQ>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I can confirm that PAPERLESS_TASK_WORKERS is working, but it doesn't scale the CPU cores, while it should do it according to the documentation. Any ideas about this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Putting PAPERLESS_TASK_WORKERS in the docker-compose.env doesn't affect the amount of workers.
To Reproduce
Put PAPERLESS_TASK_WORKERS in docker-compose.env and spin up the container.
Expected behavior
PAPERLESS_TASK_WORKERS=4 should increase the number of workers to 4.
Relevant information
My docker-compose.env
Beta Was this translation helpful? Give feedback.
All reactions