We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c7aff commit ebd04edCopy full SHA for ebd04ed
develop-docs/self-hosted/tasks.mdx
@@ -59,7 +59,7 @@ system resources (CPU and RAM) accordingly.
59
60
If you have reached the maximum number of `taskworker` replicas, you can scale
61
your `taskbroker` replicas. First, you need to increase the number of partitions
62
-on "taskworker" topic in Kafka, the number of partitions should be greater than
+on "taskworker" topic in Kafka, the number of partitions should be evenly divisible by
63
the number of `taskbroker` replicas that you're planning to scale to.
64
Then due to the limited capability of Docker Compose, you will need to manually
65
scale your `taskbroker` replicas. You can do this by adding more container
0 commit comments