parallec icon indicating copy to clipboard operation
parallec copied to clipboard

Multiple Global Configs

Open tomerbal opened this issue 6 years ago • 1 comments

Hi,

We are trying to create multiple instances of Parallec and execute Bulk jobs in each one of them. We need to config different concurrency and timeout values in each client. Is that possible? While considering there is one Class of GlobalConfig.

Thanks

tomerbal avatar Jun 17 '18 15:06 tomerbal

@tomerbal thanks for your interests in parallec. You can use the same parallec instance with different aync http client, which give you different timeout: http://www.parallec.io/docs/configurations/#async-http-client

for the concurrency, you can just set per requests. http://www.parallec.io/docs/submit-task/#generate-submit-task

jeffpeiyt avatar Jun 17 '18 21:06 jeffpeiyt