Skip to content

Commit 21a63b2

Browse files
committed
Add a comment to remind us to discuss IMPORT_WORK_POOL
cc @michaelklishin Signed-off-by: Philip Kuryloski <[email protected]> (cherry picked from commit abc7b0aaad43a52d4f0473d374386b9b5b6a3936)
1 parent b9d672c commit 21a63b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/rabbit_definitions.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161

6262
-define(IMPORT_WORK_POOL, definition_import_pool).
6363

64+
% TODO: this work pool does not seem to be started. We either want to fix it or, preferably, remove it.
65+
% Discuss: @gerhard @pjk25
6466
boot() ->
6567
PoolSize = application:get_env(rabbit, definition_import_work_pool_size, rabbit_runtime:guess_number_of_cpu_cores()),
6668
rabbit_sup:start_supervisor_child(definition_import_pool_sup, worker_pool_sup, [PoolSize, ?IMPORT_WORK_POOL]).

0 commit comments

Comments
 (0)