Closed giwa closed 9 months ago
@dmikurube Please review this PR:)
I read this comment. https://github.com/trocco-io/embulk-output-jdbc/pull/2#issuecomment-806404200
It creates 40 threads( task(8) * thread_maximum(5) ) by default, Correct? (When the number of tasks is 8)
Adding this description may be helpful for users.
Ah, if the number of threads is multiplied by the number of tasks, we should take care of that, in addition. Maybe some more updates in the config name, such as: max_s3_upload_threads_per_task
Please see the details: https://github.com/trocco-io/embulk-output-jdbc/pull/2
Short Summary
how to fix